Skip to content
This repository was archived by the owner on Apr 22, 2021. It is now read-only.

Commit 90a4afb

Browse files
committed
Move sphinx dep from reqs-dev to tox docs deps
1 parent 44205ec commit 90a4afb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

requirements-dev.txt

-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ pytest==2.9.2
55
mock==2.0.0
66
pre-commit==0.7.6
77
sphinx==1.4.1
8-
sphinxcontrib-programoutput==0.8
98
tox==2.3.1

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ commands = pre-commit {posargs}
2020
basepython = python2.7
2121
deps =
2222
{[testenv]deps}
23+
sphinxcontrib-programoutput==0.8
2324
commands =
2425
sphinx-build -b html -d docs/build/doctrees docs/source docs/build/html
2526

0 commit comments

Comments
 (0)