diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-02-09 22:43:14 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-02-09 22:43:14 +0900 |
commit | 208f549b8aff32d833705f40c858b6441043e66b (patch) | |
tree | e4fab1f79ab00546011f29699f0ec5bada107b55 /doc/conf.py | |
parent | 1f1cd49f475bb11a5e79cee2df3ce792d9071c75 (diff) | |
parent | 5935a4b1522b265bcb7fd756922d5d6599439cf9 (diff) | |
download | sphinx-git-208f549b8aff32d833705f40c858b6441043e66b.tar.gz |
Merge branch '3.x'
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 45ce52f96..f38d03d6d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -24,6 +24,7 @@ html_theme_path = ['_themes'] modindex_common_prefix = ['sphinx.'] html_static_path = ['_static'] html_sidebars = {'index': ['indexsidebar.html', 'searchbox.html']} +html_title = 'Sphinx documentation' html_additional_pages = {'index': 'index.html'} html_use_opensearch = 'https://www.sphinx-doc.org/en/master' html_baseurl = 'https://www.sphinx-doc.org/en/master/' |