diff --git a/.readthedocs.yml b/.readthedocs.yml index f41ab743..50a7541f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,6 +3,12 @@ # Required version: 2 +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.12" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py