diff options
author | igo95862 <igo95862@yandex.ru> | 2021-05-16 16:12:51 +0300 |
---|---|---|
committer | igo95862 <igo95862@yandex.ru> | 2021-05-16 16:37:36 +0300 |
commit | 29aaf20a114060398a48cd9822c796817d3d8b80 (patch) | |
tree | d53ceed1518fa3528e6db1cba0b83300579d05a1 /doc/conf.py | |
parent | 6c5f77c68988a45cced493d18545fcdd4c3348e0 (diff) | |
download | sphinx-git-29aaf20a114060398a48cd9822c796817d3d8b80.tar.gz |
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 '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 8ee97742e..add9e8d61 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 = 'http://sphinx-doc.org/' +epub_publisher = 'https://sphinx-doc.org/' epub_uid = 'web-site' epub_scheme = 'url' epub_identifier = epub_publisher |