From 37592fe5235e215524ebfcdd4d2173166fc06400 Mon Sep 17 00:00:00 2001 From: David Meyer Date: Wed, 20 Dec 2023 13:24:57 -0500 Subject: [PATCH] Remove deprecated RTD config options. --- readthedocs.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/readthedocs.yaml b/readthedocs.yaml index 12f19ff..4f8b68e 100644 --- a/readthedocs.yaml +++ b/readthedocs.yaml @@ -4,6 +4,12 @@ # Required version: 2 +# Set build environment options +build: + os: ubuntu-22.04 + tools: + python: "3.11" + # Build documentation in the docs/ directory with Sphinx sphinx: builder: dirhtml @@ -15,9 +21,8 @@ formats: - pdf - epub -# Optionally set the version of Python and requirements required to build your docs +# Optionally set the requirements required to build your docs python: - version: 3.7 install: - method: pip path: .