Update deprecated sphinx-rtd-docs theme options (#1483)

This commit is contained in:
JonnyWong16 2024-11-16 15:28:35 -08:00 committed by GitHub
parent 89f6275b24
commit 2ed7702e6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,7 +141,8 @@ html_static_path = ['_static']
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,
}