diff --git a/.readthedocs.yml b/.readthedocs.yml index 4f9b90a4..5d821d74 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,17 +1,18 @@ version: 2 build: - image: latest - -sphinx: - configuration: docs/conf.py - -formats: all + os: ubuntu-22.04 + tools: + python: "3.11" python: - version: 3.8 install: - method: pip path: . extra_requirements: - docs + +sphinx: + configuration: docs/conf.py + +formats: all