rtd requirements explicit
This commit is contained in:
parent
351ecb7ce3
commit
4e8c53b73c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue