diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index fba9403..1d5c904 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -1,9 +1,17 @@ {% extends "!layout.html" %} {% block extrahead %} +{{ super() }} {% if READTHEDOCS %} {% endif %} + {% endblock %} diff --git a/docs/conf.py b/docs/conf.py index 5f2d1dc..b5ea5ce 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -141,8 +141,7 @@ html_theme = 'alabaster' # html_theme_options = { 'show_powered_by': False, - 'sidebar_width': '290px', - 'page_width': '935px' } + 'sidebar_width': '290px' } # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = []