Add requirements.txt for docs

Signed-off-by: Dan Yeaw <dyeaw@ford.com>
This commit is contained in:
Dan Yeaw 2019-11-16 19:42:01 -05:00
parent 2191d0a0bc
commit fb24547d4b
2 changed files with 9 additions and 4 deletions

View File

@ -4,7 +4,4 @@ sphinx:
configuration: docs/conf.py
python:
install:
- method: pip
path: .
extra_requirements:
- docs
- requirements: docs/requirements.txt

8
docs/requirements.txt Normal file
View File

@ -0,0 +1,8 @@
# Keep until RTD fully support pyproject.toml
docutils==0.15.2
Pygments==2.4.2
recommonmark==0.6.0
Sphinx==2.2.1
sphinx-rtd-theme==0.4.3
sphinxcontrib-websupport==1.1.2
tomlkit==0.5.8