From 4a5be0ea0d270293d741cc09d7eca79d6bd2bd0a Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Fri, 30 Jun 2023 18:55:03 +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 71d0a33..344febd 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 bc518f5..da5fb06 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