Skip to content

Commit 0e020b2

Browse files
committed
Docs: update tooling
- Latest Sphinx 7.4.x (current sphinx-rtd-theme 2.x isn't yet compatible with Sphinx 8) - Bump Pygments - Update Python intersphinx to link to latest Python 3
1 parent 2324cb4 commit 0e020b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
# -- Options for Intersphinx ------------------------------------------------
274274

275275
intersphinx_mapping = {
276-
"python": ("https://docs.python.org/3.10", None),
276+
"python": ("https://docs.python.org/3", None),
277277
"django": (
278278
"https://docs.djangoproject.com/en/stable/",
279279
"https://docs.djangoproject.com/en/stable/_objects/",

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Packages required only for building docs
22

3-
Pygments~=2.16.1
3+
Pygments~=2.18.0
44
readme-renderer~=41.0
5-
sphinx~=7.2
5+
sphinx~=7.4
66
sphinx-rtd-theme~=2.0.0
77
sphinxcontrib-googleanalytics~=0.4

0 commit comments

Comments
 (0)