diff --git a/.readthedocs.yml b/.readthedocs.yml index 641a35e..912a50d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,7 +7,9 @@ version: 2 # Select the Docker image used for building the docs. build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.8" # Build documentation in the docs/directory with Sphinx sphinx: @@ -20,6 +22,5 @@ formats: all # Configure python for install requirements python: - version: 3.8 install: - - requirements: docs/docs_requirements.txt \ No newline at end of file + - requirements: docs/docs_requirements.txt