Skip to content

Commit

Permalink
Update deprecated sphinx-rtd-docs theme options (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 authored Nov 16, 2024
1 parent 89f6275 commit 2ed7702
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ def new_resolve_xref(*args):
html_context = {'css_files': ['_static/custom.css']}
html_theme_options = {
'collapse_navigation': False,
'display_version': False,
'version_selector': False,
'language_selector': False,
# 'navigation_depth': 3,
}

Expand Down

0 comments on commit 2ed7702

Please sign in to comment.