diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-09-12 16:56:34 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-09-12 16:56:34 +0900 |
commit | 3d8fbd992cedf1784b106cf43ecbc452953ebe17 (patch) | |
tree | 4ec09892ce7a82728a3b8c857b34cb9920854f37 /doc/conf.py | |
parent | b8b804142903d019b4e222cb85463190cf1978ac (diff) | |
parent | ba2439a105e5a68a44dd3f839e86332889cce451 (diff) | |
download | sphinx-git-3d8fbd992cedf1784b106cf43ecbc452953ebe17.tar.gz |
Merge branch '4.x'
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index eae4b3b68..4280d2efd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -35,7 +35,7 @@ htmlhelp_basename = 'Sphinxdoc' epub_theme = 'epub' epub_basename = 'sphinx' epub_author = 'Georg Brandl' -epub_publisher = 'https://sphinx-doc.org/' +epub_publisher = 'https://www.sphinx-doc.org/' epub_uid = 'web-site' epub_scheme = 'url' epub_identifier = epub_publisher |