diff --git a/.readthedocs.yml b/.readthedocs.yml index f2f8fd70..e79a0598 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,8 +1,15 @@ +version: 2 + +formats: all + build: - image: latest + os: ubuntu-22.04 + tools: + python: "3" python: - version: 3.8 - pip_install: true - extra_requirements: - - docs + install: + - method: pip + path: . + extra_requirements: + - docs