diff --git a/.readthedocs.yml b/.readthedocs.yml index e97b9f81..4e174984 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,12 +1,9 @@ version: 2 build: - image: "7.0" - -python: - version: "3" - install: - - method: pip - path: . - extra_requirements: - - docs + os: "ubuntu-22.04" + tools: + python: "3" + jobs: + post_install: + - pip install .[docs]