diff --git a/.readthedocs.yaml b/.readthedocs.yaml index dea0a33..7f652cf 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,10 @@ version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: content/conf.py @@ -12,7 +17,7 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: "3.7" + # version: "3.7" install: - requirements: docs/requirements.txt