diff --git a/.readthedocs.yml b/.readthedocs.yml index 4f77e02..c7795c5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,3 +8,8 @@ version: 2 # Build documentation in the docs/ directory with Sphinx sphinx: configuration: python/docs/conf.py + +# Optionally set the version of Python and requirements required to build your docs +python: + install: + - requirements: python/docs/requirements.txt