diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 212f4fd..97dfd64 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,9 +8,14 @@ version: 2 sphinx: configuration: docs/conf.py +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.10" # Optionally set the version of Python and requirements required to build your docs #python: # version: 3.7 # install: -# - requirements: docs/requirements.txt \ No newline at end of file +# - requirements: docs/requirements.txt