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
This commit is contained in:
Mike Edmunds
2024-09-08 16:16:51 -07:00
parent 2324cb48a3
commit 0e020b21e2
2 changed files with 3 additions and 3 deletions

View File

@@ -273,7 +273,7 @@ extlinks = {
# -- Options for Intersphinx ------------------------------------------------
intersphinx_mapping = {
"python": ("https://docs.python.org/3.10", None),
"python": ("https://docs.python.org/3", None),
"django": (
"https://docs.djangoproject.com/en/stable/",
"https://docs.djangoproject.com/en/stable/_objects/",