diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 363be5c..e31c43a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -19,6 +19,11 @@ build: sphinx: configuration: docs/source/conf.py +# Install requirements from the provided file +python: + install: + - requirements: requirements.txt + # Optionally build your docs in additional formats such as PDF and ePub # formats: # - pdf