From fc78f09441ebfe2c3b3be693f77c2702522a33c0 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Fri, 17 Apr 2020 17:01:48 +0200 Subject: [PATCH] DOC: Use html_baseurl --- doc/_themes/sphinx13/layout.html | 5 ----- doc/conf.py | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/_themes/sphinx13/layout.html b/doc/_themes/sphinx13/layout.html index 8d1b04a14..e3bb37dce 100644 --- a/doc/_themes/sphinx13/layout.html +++ b/doc/_themes/sphinx13/layout.html @@ -13,11 +13,6 @@ {% block sidebar1 %}{{ sidebar() }}{% endblock %} {% block sidebar2 %}{% endblock %} -{% block linktags %} -{{ super() }} - -{% endblock %} - {% block extrahead %} diff --git a/doc/conf.py b/doc/conf.py index 77d2a577a..681fdc449 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -27,6 +27,7 @@ html_static_path = ['_static'] html_sidebars = {'index': ['indexsidebar.html', 'searchbox.html']} html_additional_pages = {'index': 'index.html'} html_use_opensearch = 'http://sphinx-doc.org' +html_baseurl = 'https://www.sphinx-doc.org/en/master/' htmlhelp_basename = 'Sphinxdoc'