diff --git a/docs/source/conf.py b/docs/source/conf.py index 484ab06..51b7b11 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -46,7 +46,7 @@ html_theme = 'sphinx_rtd_theme' html_logo = 'images/moxel_logo.svg' -html_theme_options = {'logo_only': True} +html_theme_options = {'logo_only': True, 'version_selector': False} html_static_path = ['_static'] html_css_files = ['custom.css']