|
@@ -32,7 +32,7 @@ sys.path.append(abspath(join(dirname(__file__), "_ext")))
|
|
|
|
|
|
|
|
|
|
|
|
-needs_sphinx = "1.6.0"
|
|
|
+needs_sphinx = "4.5.0"
|
|
|
|
|
|
|
|
|
|
|
@@ -94,8 +94,8 @@ source_suffix = ".txt"
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
-master_doc = "contents"
|
|
|
+
|
|
|
+root_doc = "contents"
|
|
|
|
|
|
|
|
|
project = "Django"
|
|
@@ -127,12 +127,12 @@ else:
|
|
|
django_next_version = "4.2"
|
|
|
|
|
|
extlinks = {
|
|
|
- "bpo": ("https://bugs.python.org/issue?@action=redirect&bpo=%s", "bpo-"),
|
|
|
- "commit": ("https://github.com/django/django/commit/%s", ""),
|
|
|
- "cve": ("https://nvd.nist.gov/vuln/detail/CVE-%s", "CVE-"),
|
|
|
+ "bpo": ("https://bugs.python.org/issue?@action=redirect&bpo=%s", "bpo-%s"),
|
|
|
+ "commit": ("https://github.com/django/django/commit/%s", "%s"),
|
|
|
+ "cve": ("https://nvd.nist.gov/vuln/detail/CVE-%s", "CVE-%s"),
|
|
|
|
|
|
- "source": ("https://github.com/django/django/blob/main/%s", ""),
|
|
|
- "ticket": ("https://code.djangoproject.com/ticket/%s", "#"),
|
|
|
+ "source": ("https://github.com/django/django/blob/main/%s", "%s"),
|
|
|
+ "ticket": ("https://code.djangoproject.com/ticket/%s", "#%s"),
|
|
|
}
|
|
|
|
|
|
|
|
@@ -347,7 +347,7 @@ man_pages = [
|
|
|
|
|
|
texinfo_documents = [
|
|
|
(
|
|
|
- master_doc,
|
|
|
+ root_doc,
|
|
|
"django",
|
|
|
"",
|
|
|
"",
|