diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-02-09 22:42:57 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 22:42:57 +0900 |
commit | 5935a4b1522b265bcb7fd756922d5d6599439cf9 (patch) | |
tree | 8b5b269a3ca090cd29b0d5bbe6aa64eb876d1fb9 /doc/conf.py | |
parent | 138b0dbe8bdccee0d5c33858c4954c3fe186f729 (diff) | |
parent | 4cbb2925fdeac66f836776d28c2f51cc2173c8bf (diff) | |
download | sphinx-git-5935a4b1522b265bcb7fd756922d5d6599439cf9.tar.gz |
Merge pull request #8843 from tk0miya/8837_sphinx_html_title
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/' |