Skip to content

Commit 105896f

Browse files
author
Gauvain Pocentek
committed
add a tox target to build docs
1 parent 82a88a7 commit 105896f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ dist/
44
MANIFEST
55
.*.swp
66
*.egg-info
7-
.idea/
7+
.idea/
8+
docs/_build

test-requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
hacking>=0.9.2,<0.10
2+
sphinx>=1.1.2,!=1.2.0,<1.3

tox.ini

+3
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ commands = {posargs}
2323
[flake8]
2424
exclude = .git,.venv,.tox,dist,doc,*egg,build,
2525
ignore = H501
26+
27+
[testenv:docs]
28+
commands = python setup.py build_sphinx

0 commit comments

Comments
 (0)