diff --git a/.readthedocs.yaml b/.readthedocs.yaml index da7e90f..622eef7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -19,4 +19,10 @@ sphinx: # Install dev requirements so that the documentation can build correctly python: install: - - requirements: requirements-dev.txt + - method: pip + path: . + extra_requirements: + - dev + - ini + - sphinx + - yaml