diff --git a/.readthedocs.yml b/.readthedocs.yml index d23e05d..544f098 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,7 +6,9 @@ version: 2 build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.12" apt_packages: - f2c @@ -19,6 +21,5 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: docs/requirements.txt