diff options
author | Matthias Geier <Matthias.Geier@gmail.com> | 2020-04-17 17:01:48 +0200 |
---|---|---|
committer | Matthias Geier <Matthias.Geier@gmail.com> | 2020-04-17 17:01:48 +0200 |
commit | fc78f09441ebfe2c3b3be693f77c2702522a33c0 (patch) | |
tree | 70a4ff2153937307f071969f13e7f06e6d457c26 /doc/conf.py | |
parent | 836e2e405c9f2afac6559cedb4c5d123d4c24ddd (diff) | |
download | sphinx-git-fc78f09441ebfe2c3b3be693f77c2702522a33c0.tar.gz |
DOC: Use html_baseurl
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
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' |