Moving documentation only requirements into doc/requirements.txt
Change-Id: I2bc7fd90a7ccc7a96edaf09ec7d4cdffe987c8c0
This commit is contained in:
parent
b5a05dc762
commit
b3308e22a6
3
doc/requirements.txt
Normal file
3
doc/requirements.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
sphinx>=1.6.2
|
||||||
|
sphinx_rtd_theme==0.2.4
|
||||||
|
falcon==1.2.0
|
@ -2,10 +2,3 @@ pytest
|
|||||||
flake8==2.6.2
|
flake8==2.6.2
|
||||||
bandit>=1.5
|
bandit>=1.5
|
||||||
yapf==0.24.0
|
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
|
|
2
tox.ini
2
tox.ini
@ -33,7 +33,7 @@ commands =
|
|||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
whitelist_externals = rm
|
whitelist_externals = rm
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands =
|
commands =
|
||||||
rm -rf doc/build
|
rm -rf doc/build
|
||||||
sphinx-build -W -b html doc/source doc/build
|
sphinx-build -W -b html doc/source doc/build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user