diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 59a7fa0..2bc47b2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py @@ -15,6 +20,6 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 + version: 3.12 install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt