diff --git a/.readthedocs.yaml b/.readthedocs.yaml index aeef48e..764ad2b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -23,7 +23,7 @@ sphinx: formats: - pdf -# Optionally declare the Python requirements required to build your docs -# python: -# install: -# - requirements: docs/requirements.txt +#Optionally declare the Python requirements required to build your docs +python: + install: + - requirements: requirements.txt