diff --git a/.readthedocs.yml b/.readthedocs.yml index 4250508..cce535f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,6 +4,11 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py @@ -13,8 +18,8 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - # this runs `pip install .` before the doc is built - method: pip path: . + extra_requirements: + - docs