diff --git a/.readthedocs.yml b/.readthedocs.yml index c77c3c4a..e817dd19 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,9 @@ version: 2 build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.8" sphinx: configuration: docs/conf.py @@ -11,7 +13,6 @@ sphinx: formats: all python: - version: 3.8 install: - requirements: requirements_dev.txt - method: pip