Skip to content

Commit fdb3883

Browse files
committed
Add venv tox environment
This environment is used by the normal docs job, add it. Manually add requirements needed for doc building. Change-Id: I1be193d113683966f6a76e862713f3a550543168
1 parent 406b45b commit fdb3883

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

tox.ini

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,13 @@ setenv =
4949
TOP_DIR={toxinidir}
5050
commands =
5151
python setup.py build_sphinx
52+
53+
[testenv:venv]
54+
deps =
55+
pbr>=0.6,!=0.7,<1.0
56+
sphinx>=1.1.2,<1.2
57+
oslosphinx
58+
blockdiag
59+
sphinxcontrib-blockdiag
60+
sphinxcontrib-nwdiag
61+
commands = {posargs}

0 commit comments

Comments
 (0)