rtd requirements explicit

This commit is contained in:
James Bowman 2021-02-10 07:12:55 -08:00
parent 351ecb7ce3
commit 4e8c53b73c
1 changed files with 5 additions and 0 deletions

View File

@ -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