mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-27 22:20:21 +00:00
Update deprecated sphinx-rtd-docs theme options (#1483)
This commit is contained in:
parent
89f6275b24
commit
2ed7702e6f
1 changed files with 2 additions and 1 deletions
|
@ -141,7 +141,8 @@ html_static_path = ['_static']
|
||||||
html_context = {'css_files': ['_static/custom.css']}
|
html_context = {'css_files': ['_static/custom.css']}
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
'collapse_navigation': False,
|
'collapse_navigation': False,
|
||||||
'display_version': False,
|
'version_selector': False,
|
||||||
|
'language_selector': False,
|
||||||
# 'navigation_depth': 3,
|
# 'navigation_depth': 3,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue