diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 102f76e5..d64292a9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -26,4 +26,9 @@ sphinx: # Optionally declare the Python requirements required to build your docs python: install: - - requirements: docs/sphinx/source/requirements.txt + - method: pip + path: . + extra_requirements: + - dev + - docs + - notebooks