diff --git a/docs/conf.py b/docs/conf.py index d24f103..de826b9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -71,11 +71,11 @@ html_theme = 'sphinx_rtd_theme' #html_static_path = ['_static'] #html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] #html_theme_path = ["_themes"] -html_logo = 'IMG/logo.svg' +#html_logo = 'IMG/logo.svg' html_theme_options = { 'logo_only': True, - 'display_version': False, + 'display_version': True, }