diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2021-09-06 12:59:00 -0700 |
---|---|---|
committer | Jon Dufresne <jon.dufresne@gmail.com> | 2021-09-06 13:15:48 -0700 |
commit | 7dd112b1103b261eb7d227bc959063cdea943244 (patch) | |
tree | 43756812480203b025dd77c54b52b98d4375ce98 /doc/conf.py | |
parent | 336605b8e4b14c5da9f4d872fb730dc6894edb77 (diff) | |
download | sphinx-git-7dd112b1103b261eb7d227bc959063cdea943244.tar.gz |
Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|g
https://sphinx-doc.org is unreachable, but is linked from the PyPI page:
https://pypi.org/project/Sphinx/. Switch to https://www.sphinx-doc.org/
instead.
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 add9e8d61..220774b7f 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 |