mirror of
https://github.com/django/django.git
synced 2025-07-16 01:35:15 +00:00
[3.0.x] Refs #25778 -- Updated sphinx-doc.org links to HTTPS.
Backport of 32166a9f7c
from master.
This commit is contained in:
parent
27739ad3f2
commit
d346f075d0
4 changed files with 4 additions and 4 deletions
|
@ -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),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue