Skip to content

Commit

Permalink
update docs' config.py
Browse files Browse the repository at this point in the history
changes specific to sphinx-immaterial (theme) features
  • Loading branch information
2bndy5 committed Jun 17, 2024
1 parent 93efd61 commit 1840dcd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,9 @@
html_theme = "sphinx_immaterial"
html_theme_options = {
"features": [
# "navigation.expand",
"navigation.tabs",
# "toc.integrate",
# "navigation.sections",
"navigation.instant",
# "header.autohide",
"toc.follow",
"toc.sticky",
"navigation.top",
# "search.highlight",
"search.share",
Expand Down Expand Up @@ -130,6 +127,7 @@
"repo_name": "pyRF24",
# If False, expand all TOC entries
"globaltoc_collapse": False,
"toc_title_is_page_title": True,
}

# turn off some features specific to sphinx-immaterial theme
Expand Down

0 comments on commit 1840dcd

Please sign in to comment.