Merge "Moving documentation only requirements into doc/requirements.txt"

This commit is contained in:
Zuul 2019-02-22 23:30:06 +00:00 committed by Gerrit Code Review
commit 07e2908777
3 changed files with 4 additions and 8 deletions

3
doc/requirements.txt Normal file
View File

@ -0,0 +1,3 @@
sphinx>=1.6.2
sphinx_rtd_theme==0.2.4
falcon==1.2.0

View File

@ -2,10 +2,3 @@ pytest
flake8==2.6.2
bandit>=1.5
yapf==0.24.0
sphinx>=1.6.2
sphinx_rtd_theme==0.2.4
# Imported when the source code is parsed for generating documentation:
# TODO(felipemonteiro): Move documentation-only requirements into
# doc/requirements.txt
falcon==1.2.0

View File

@ -33,7 +33,7 @@ commands =
[testenv:docs]
whitelist_externals = rm
deps =
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf doc/build
sphinx-build -W -b html doc/source doc/build