summaryrefslogtreecommitdiff
path: root/sphinx/ext/apidoc.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2021-09-06 12:59:00 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2021-09-06 13:15:48 -0700
commit7dd112b1103b261eb7d227bc959063cdea943244 (patch)
tree43756812480203b025dd77c54b52b98d4375ce98 /sphinx/ext/apidoc.py
parent336605b8e4b14c5da9f4d872fb730dc6894edb77 (diff)
downloadsphinx-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 'sphinx/ext/apidoc.py')
-rw-r--r--sphinx/ext/apidoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/ext/apidoc.py b/sphinx/ext/apidoc.py
index 471761c11..39bb514fc 100644
--- a/sphinx/ext/apidoc.py
+++ b/sphinx/ext/apidoc.py
@@ -304,7 +304,7 @@ def get_parser() -> argparse.ArgumentParser:
parser = argparse.ArgumentParser(
usage='%(prog)s [OPTIONS] -o <OUTPUT_PATH> <MODULE_PATH> '
'[EXCLUDE_PATTERN, ...]',
- epilog=__('For more information, visit <http://sphinx-doc.org/>.'),
+ epilog=__('For more information, visit <https://www.sphinx-doc.org/>.'),
description=__("""
Look recursively in <MODULE_PATH> for Python modules and packages and create
one reST file with automodule directives per package in the <OUTPUT_PATH>.