From 36111e3326c847dfb2a0b6583aa40fedfc998961 Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Fri, 30 Jun 2023 19:19:56 +0100 Subject: [PATCH] Newer RTD theme versions have dropped support for the ancient sphinx version pinned by default, so no need to override --- .readthedocs.yaml | 2 +- docs/requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 71d0a3364..344febd91 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: python: "3" # You can also specify other tool versions: diff --git a/docs/requirements.txt b/docs/requirements.txt index bc518f550..da5fb0689 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,2 @@ -# RTD pins these by default to ancient versions -sphinx ~= 6.2 +# RTD pins by default to ancient versions sphinx-rtd-theme ~= 1.2