diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-04-18 18:59:57 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-18 18:59:57 +0900 |
commit | 685f7ad82fd15564e74f6326c22993a84c250232 (patch) | |
tree | 70a4ff2153937307f071969f13e7f06e6d457c26 /doc/conf.py | |
parent | 836e2e405c9f2afac6559cedb4c5d123d4c24ddd (diff) | |
parent | fc78f09441ebfe2c3b3be693f77c2702522a33c0 (diff) | |
download | sphinx-git-685f7ad82fd15564e74f6326c22993a84c250232.tar.gz |
Merge pull request #7499 from mgeier/canonical-url
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' |