diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f72c324..db5a336 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,9 +14,10 @@ build: sphinx: configuration: docs/conf.py -# Optionally, but recommended, -# declare the Python requirements required to build your documentation -# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -# python: -# install: -# - requirements: docs/requirements.txt +# Install the package with documentation dependencies +python: + install: + - method: pip + path: . + extra_requirements: + - dev