diff --git a/.readthedocs.yml b/.readthedocs.yml index a36db8a..45cacd9 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,7 +4,10 @@ # Required version: 2 - +build: + os: ubuntu-22.04 + tools: + python: "3.10" # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -18,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