mirror of https://github.com/django/django.git
Removed unnecessary trailing slashes in Sphinx intersphinx_mapping URLs.
This commit is contained in:
parent
0304f677ca
commit
47b921391f
|
@ -182,9 +182,9 @@ pygments_style = "trac"
|
||||||
# Links to Python's docs should reference the most recent version of the 3.x
|
# Links to Python's docs should reference the most recent version of the 3.x
|
||||||
# branch, which is located at this URL.
|
# branch, which is located at this URL.
|
||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
"python": ("https://docs.python.org/3/", None),
|
"python": ("https://docs.python.org/3", None),
|
||||||
"sphinx": ("https://www.sphinx-doc.org/en/master/", None),
|
"sphinx": ("https://www.sphinx-doc.org/en/master", None),
|
||||||
"psycopg": ("https://www.psycopg.org/psycopg3/docs/", None),
|
"psycopg": ("https://www.psycopg.org/psycopg3/docs", None),
|
||||||
}
|
}
|
||||||
|
|
||||||
# Python's docs don't change every week.
|
# Python's docs don't change every week.
|
||||||
|
|
Loading…
Reference in New Issue