Add a tox job for generating docs
Add a tox job to make it easier for developers to generate their own docs before submitting a patch. Change-Id: I86dbfc64a9d174697048c254c6d3d042a62350b4
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -16,4 +16,5 @@ swiftclient/versioninfo
|
|||||||
.coverage
|
.coverage
|
||||||
cover/
|
cover/
|
||||||
coverage.xml
|
coverage.xml
|
||||||
|
doc/build
|
||||||
doc/source/api/
|
doc/source/api/
|
||||||
|
4
tox.ini
4
tox.ini
@@ -25,6 +25,10 @@ commands = python setup.py testr --coverage
|
|||||||
[tox:jenkins]
|
[tox:jenkins]
|
||||||
downloadcache = ~/cache/pip
|
downloadcache = ~/cache/pip
|
||||||
|
|
||||||
|
[testenv:docs]
|
||||||
|
commands=
|
||||||
|
python setup.py build_sphinx
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
# it's not a bug that we aren't using all of hacking
|
# it's not a bug that we aren't using all of hacking
|
||||||
# H102 -> apache2 license exists
|
# H102 -> apache2 license exists
|
||||||
|
Reference in New Issue
Block a user