Skip to content

Commit

Permalink
Disable alabaster sidebars
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Mar 5, 2024
1 parent 6087346 commit 9c98cb3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,17 @@
# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
html_show_copyright = False

# To set-up Alabaster, add an explicit html_sidebars setting so Alabaster’s
# customized sidebar templates are loaded.
html_sidebars = {
'**': [
'about.html',
'navigation.html',
'relations.html',
'searchbox.html',
'donate.html'
]
}
# # To set-up Alabaster, add an explicit html_sidebars setting so Alabaster’s
# # customized sidebar templates are loaded.
# html_sidebars = {
# '**': [
# 'about.html',
# 'navigation.html',
# 'relations.html',
# 'searchbox.html',
# 'donate.html'
# ]
# }

# -- Options for LaTeX output ------------------------------------------------

Expand Down

0 comments on commit 9c98cb3

Please sign in to comment.