diff --git a/.readthedocs.yml b/.readthedocs.yml index 0ee7e5c8d..515a3c9bf 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,15 @@ +version: 2 build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.12" + python: - version: 3.8 -requirements_file: docs/requirements.txt + install: + - method: pip + path: . + extra_requirements: + - docs + +sphinx: + configuration: docs/conf.py