Moving documentation only requirements into doc/requirements.txt

Change-Id: I2bc7fd90a7ccc7a96edaf09ec7d4cdffe987c8c0
This commit is contained in:
Pradeep Kumar 2019-01-10 16:36:23 +05:30
parent b5a05dc762
commit b3308e22a6
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