From 4cbb2925fdeac66f836776d28c2f51cc2173c8bf Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 7 Feb 2021 21:23:41 +0900 Subject: Fix #8837: doc: Remove version info from html_title --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/conf.py') 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/' -- cgit v1.2.1