mirror of
https://github.com/django/django.git
synced 2025-07-12 07:45:11 +00:00
[3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
Backport of c156e36955
from main
This commit is contained in:
parent
55b89e8cac
commit
cb91b2d9e3
55 changed files with 100 additions and 97 deletions
|
@ -18,7 +18,7 @@ from os.path import abspath, dirname, join
|
|||
#
|
||||
# Python's default allowed recursion depth is 1000 but this isn't enough for
|
||||
# building docs/ref/settings.txt sometimes.
|
||||
# https://groups.google.com/d/topic/sphinx-dev/MtRf64eGtv4/discussion
|
||||
# https://groups.google.com/g/sphinx-dev/c/MtRf64eGtv4/discussion
|
||||
sys.setrecursionlimit(2000)
|
||||
|
||||
# Make sure we get the version of this copy of Django
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue