diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 966df8a..e879a9b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,6 +14,11 @@ python: - build - docs +dependencies: + install: + - requirements: requirements.txt + - requirements: requirements_doc.txt + sphinx: builder: html configuration: docs/source/conf.py