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