We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2324cb4 commit 0e020b2Copy full SHA for 0e020b2
docs/conf.py
@@ -273,7 +273,7 @@
273
# -- Options for Intersphinx ------------------------------------------------
274
275
intersphinx_mapping = {
276
- "python": ("https://docs.python.org/3.10", None),
+ "python": ("https://docs.python.org/3", None),
277
"django": (
278
"https://docs.djangoproject.com/en/stable/",
279
"https://docs.djangoproject.com/en/stable/_objects/",
docs/requirements.txt
@@ -1,7 +1,7 @@
1
# Packages required only for building docs
2
3
-Pygments~=2.16.1
+Pygments~=2.18.0
4
readme-renderer~=41.0
5
-sphinx~=7.2
+sphinx~=7.4
6
sphinx-rtd-theme~=2.0.0
7
sphinxcontrib-googleanalytics~=0.4
0 commit comments