summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-01-28 21:04:15 -0800
committerGitHub <noreply@github.com>2020-01-29 06:04:15 +0100
commit32166a9f7c8afd6d34ff7e7c0a13a46a6eedcc5e (patch)
tree89ed373d3bf4690e32f375cfbb0cfa32eb95d53a /docs/conf.py
parent2633c5341e94083dd802c5961b97b048adbd5940 (diff)
Refs #25778 -- Updated sphinx-doc.org links to HTTPS.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 7c341784e2..5abcc8c4ce 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -140,7 +140,7 @@ pygments_style = 'trac'
# branch, which is located at this URL.
intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
- 'sphinx': ('http://www.sphinx-doc.org/en/master/', None),
+ 'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
'psycopg2': ('http://initd.org/psycopg/docs/', None),
}