mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #8837: doc: Remove version info from html_title
This commit is contained in:
parent
d0785e549d
commit
4cbb2925fd
@ -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/'
|
||||
|
Loading…
Reference in New Issue
Block a user