From 0e020b21e2d1b8804ad85b98c0d9ba3d4a67cb77 Mon Sep 17 00:00:00 2001 From: Mike Edmunds Date: Sun, 8 Sep 2024 16:16:51 -0700 Subject: [PATCH] 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 --- docs/conf.py | 2 +- docs/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1fb6b11..c3a43ac 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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/", diff --git a/docs/requirements.txt b/docs/requirements.txt index 42e0181..e49142c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ # Packages required only for building docs -Pygments~=2.16.1 +Pygments~=2.18.0 readme-renderer~=41.0 -sphinx~=7.2 +sphinx~=7.4 sphinx-rtd-theme~=2.0.0 sphinxcontrib-googleanalytics~=0.4