diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-01-28 21:04:15 -0800 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-01-29 06:06:23 +0100 |
| commit | d346f075d06aeb501ddbc3f6a0870c78bea1a9e9 (patch) | |
| tree | 8c3d03e67bd97b7f57d6e30cd8470b9c7f2dbae3 /docs/conf.py | |
| parent | 27739ad3f2b2f00b1af573b6dfb5ef9935562a58 (diff) | |
[3.0.x] Refs #25778 -- Updated sphinx-doc.org links to HTTPS.
Backport of 32166a9f7c8afd6d34ff7e7c0a13a46a6eedcc5e from master.
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 39aacd778d..886be3c3d2 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), } |
