diff options
Diffstat (limited to '')
-rw-r--r-- | .readthedocs.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fd30369..28ce5db 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.11" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py @@ -15,6 +20,5 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: docs/requirements.txt |