diff --git a/.readthedocs.yml b/.readthedocs.yml index b35e2636..fa505508 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,11 +1,16 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py python: - version: 3.7 + version: "3.12" install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt