From e0d61f52290774f7e3d53b1467c3584390e977cc Mon Sep 17 00:00:00 2001 From: peterrrock2 Date: Wed, 25 Oct 2023 21:39:59 -0600 Subject: [PATCH] Fix the yaml file for readthedocs --- .readthedocs.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7192366..0e1f0ec 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,13 @@ # Required version: 2 +# Now required as of 25 Sept. 2023 +build: + os: ubuntu-22.04 + tools: + python: "3.8" + + # Build documentation in the docs/ directory with Sphinx sphinx: builder: dirhtml @@ -16,6 +23,5 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 install: - requirements: docs/requirements.txt