diff --git a/.readthedocs.yml b/.readthedocs.yml index 275d378f..f51fb1a7 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,4 +1,3 @@ ---- # .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details @@ -7,6 +6,11 @@ version: 2 # Build documentation in the docs/ directory with Sphinx +build: + os: ubuntu-22.04 + tools: + python: "3.10" + sphinx: configuration: docs/conf.py @@ -14,6 +18,5 @@ sphinx: formats: all python: - version: 3.7 install: - requirements: docs/requirements.txt