diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-02-07 21:23:41 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-02-07 21:24:15 +0900 |
commit | 4cbb2925fdeac66f836776d28c2f51cc2173c8bf (patch) | |
tree | 237f512a937ab796b8893931ed05bdd2a7697d70 /doc/conf.py | |
parent | d0785e549de52252c819aa6209bb0ce4a3078db1 (diff) | |
download | sphinx-git-4cbb2925fdeac66f836776d28c2f51cc2173c8bf.tar.gz |
Fix #8837: doc: Remove version info from html_title
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 53f036d3e..a3d2f5f12 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/' |