diff --git a/Doc/conf.py b/Doc/conf.py index 6b085e0..b9eb9f4 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -69,7 +69,7 @@ html_theme = 'pydoctheme' html_theme_path = ['tools/sphinxext'] html_theme_options = {'collapsiblesidebar': True} -html_short_title = '%s Documentation' % release +html_short_title = 'Documentation' # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. diff --git a/Doc/tools/sphinxext/layout.html b/Doc/tools/sphinxext/layout.html index 3f68a00..bebb0a4 100644 --- a/Doc/tools/sphinxext/layout.html +++ b/Doc/tools/sphinxext/layout.html @@ -3,11 +3,17 @@
  • Python{{ reldelim1 }}
  • -
  • {{ shorttitle }}{{ reldelim1 }}
  • +
  • + {{ release }} + {{ shorttitle }}{{ reldelim1 }} +
  • {% endblock %} {% block extrahead %} - {% if not embedded %}{% endif %} + {% if not embedded %} + + + {% endif %} {% if pagename == 'whatsnew/changelog' %}