diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-01 11:38:39 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-01 11:38:39 +0900 |
| commit | 87121c3de02b7615407f0f99004fd9cba757cf9c (patch) | |
| tree | 04813c6980e418a6e1d7afa1ccc5a8b9108aa001 /doc/conf.py | |
| parent | c9d8eac5ac08583db3fd6fd48164a4c475436ddb (diff) | |
| parent | 4c2076b220d3c2371229cfc911bf44b1f13eeea2 (diff) | |
| download | sphinx-git-87121c3de02b7615407f0f99004fd9cba757cf9c.tar.gz | |
Merge branch '3.x' into 8183
Diffstat (limited to 'doc/conf.py')
| -rw-r--r-- | doc/conf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index f62e02a34..8b242dc7e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -28,6 +28,7 @@ html_sidebars = {'index': ['indexsidebar.html', 'searchbox.html']} 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/' +html_favicon = '_static/favicon.svg' htmlhelp_basename = 'Sphinxdoc' @@ -110,8 +111,6 @@ texinfo_documents = [ 1), ] -# We're not using intersphinx right now, but if we did, this would be part of -# the mapping: intersphinx_mapping = {'python': ('https://docs.python.org/3/', None)} # Sphinx document translation with sphinx gettext feature uses these settings: |
