Skip to content

Commit 2ed7702

Browse files
authored
Update deprecated sphinx-rtd-docs theme options (#1483)
1 parent 89f6275 commit 2ed7702

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ def new_resolve_xref(*args):
141141
html_context = {'css_files': ['_static/custom.css']}
142142
html_theme_options = {
143143
'collapse_navigation': False,
144-
'display_version': False,
144+
'version_selector': False,
145+
'language_selector': False,
145146
# 'navigation_depth': 3,
146147
}
147148

0 commit comments

Comments
 (0)