Skip to content

Commit

Permalink
try no sidebars
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzFTD committed Feb 25, 2024
1 parent a4209bc commit 37c4a1d
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,15 @@

# Output file base name for HTML help builder.
htmlhelp_basename = 'grilldoc'
# html_sidebars = {
# '**': [
# # 'logo.html',
# # 'github.html',
# # 'globaltoc.html',
# # 'searchbox.html',
# ]
# }
html_sidebars = {
'**': [
# 'logo.html',
# 'github.html',
# 'globaltoc.html',
# 'searchbox.html',
# "sidebars/localtoc.html",
]
}
html_title = '👨‍🍳 The Grill'
html_theme_options = {
# 'color': 'Coral',
Expand All @@ -169,8 +170,9 @@
# "accent_color": "teal",
# 'description': 'Cook digital',
# "announcement": "Cook digital",
# "github_url": "https://github.com/thegrill/grill",
# "globaltoc_expand_depth": 3,
"github_url": "https://github.com/thegrill/grill",
# "globaltoc_expand_depth": 1,
"toctree_includehidden": False,
# "titles_only": False,
# 'logo_name': '👨‍🍳 The Grill',
}
Expand Down

0 comments on commit 37c4a1d

Please sign in to comment.