diff --git a/docs/conf.py b/docs/conf.py index 5416461cc..b20001c66 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -84,18 +84,11 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -on_rtd = os.environ.get('READTHEDOCS') == 'True' -if on_rtd: - html_theme = 'default' - html_theme_options = { - 'logo_only': True, - } -else: - html_theme = 'alabaster' - html_theme_options = { - 'logo': 'images/GNPy-logo.png', - 'logo_name': False, - } +html_theme = 'alabaster' +html_theme_options = { + 'logo': 'images/GNPy-logo.png', + 'logo_name': False, +} html_logo = 'images/GNPy-logo.png'