From fc78f09441ebfe2c3b3be693f77c2702522a33c0 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Fri, 17 Apr 2020 17:01:48 +0200 Subject: DOC: Use html_baseurl --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/conf.py') 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' -- cgit v1.2.1