diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7fe6fc5..365fa78 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,8 +4,11 @@ # Required version: 2 + build: os: "ubuntu-22.04" + tools: + python: "3.8" # Build documentation in the docs/ directory with Sphinx sphinx: @@ -13,7 +16,6 @@ sphinx: fail_on_warning: false python: - version: 3.8 install: - requirements: docs/requirements.txt - method: pip