diff --git a/.readthedocs.yml b/.readthedocs.yml index 1116f2a..e5c2e96 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -20,3 +20,8 @@ formats: - pdf - epub +# Optionally declare the Python requirements required to build your docs +python: + install: + - requirements: docs/requirements.txt +