Skip to content

Commit

Permalink
chore: minor tweek to improve pages layout and display
Browse files Browse the repository at this point in the history
  • Loading branch information
julen-garcia committed Oct 4, 2024
1 parent 05d717c commit dfe3e4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@
extensions += ["sphinx.ext.autosectionlabel"]
extensions += ['sphinxcontrib.plantuml']
autosectionlabel_prefix_document = True

# remove sidebars for all pages
html_sidebars["**"] = []
html_theme_options["secondary_sidebar_items"] = []

0 comments on commit dfe3e4a

Please sign in to comment.