Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorigo95862 <igo95862@yandex.ru>2021-05-16 16:12:51 +0300
committerigo95862 <igo95862@yandex.ru>2021-05-16 16:37:36 +0300
commit29aaf20a114060398a48cd9822c796817d3d8b80 (patch)
treed53ceed1518fa3528e6db1cba0b83300579d05a1 /setup.py
parent6c5f77c68988a45cced493d18545fcdd4c3348e0 (diff)
doc: Upgraded some of sphinx-doc.org links to HTTPS
Seems like that link is used in some tests and code so upgrading it outside documentation might break something
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b669afc00..2538952e3 100644
--- a/setup.py
+++ b/setup.py
@@ -173,7 +173,7 @@ else:
setup(
name='Sphinx',
version=sphinx.__version__,
- url='http://sphinx-doc.org/',
+ url='https://sphinx-doc.org/',
download_url='https://pypi.org/project/Sphinx/',
license='BSD',
author='Georg Brandl',