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