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

Commit

Permalink
Move sphinx dep from reqs-dev to tox docs deps
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Jul 10, 2017
1 parent 44205ec commit 90a4afb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion requirements-dev.txt
Expand Up @@ -5,5 +5,4 @@ pytest==2.9.2
mock==2.0.0
pre-commit==0.7.6
sphinx==1.4.1
sphinxcontrib-programoutput==0.8
tox==2.3.1
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -20,6 +20,7 @@ commands = pre-commit {posargs}
basepython = python2.7
deps =
{[testenv]deps}
sphinxcontrib-programoutput==0.8
commands =
sphinx-build -b html -d docs/build/doctrees docs/source docs/build/html

Expand Down

0 comments on commit 90a4afb

Please sign in to comment.