Skip to content

Commit

Permalink
Merge pull request #19 from menckend/menckend-patch-11
Browse files Browse the repository at this point in the history
Update conf.py
  • Loading branch information
menckend authored Oct 23, 2024
2 parents 77d9709 + 881942d commit ec82234
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,12 @@ def prepare_jinja_env(jinja_env) -> None:
jinja_env.tests["contains"] = contains

autoapi_prepare_jinja_env = prepare_jinja_env

html_theme_options = {
# Toc options
'collapse_navigation': True,
'sticky_navigation': True,
'navigation_depth': 5,
'includehidden': True,
'titles_only': False
}

0 comments on commit ec82234

Please sign in to comment.