summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2013-02-09 15:36:08 -0500
committerMark McLoughlin <markmc@redhat.com>2013-02-09 17:32:02 -0500
commit9805067bcf156dac354644b9b97ff8ceb4b5b3c6 (patch)
tree395f2de80fd32d0ac1d8c41b3442385719ec4d1a /tox.ini
parentf24575c137abd204d5145ff59ae6e2fafc635a73 (diff)
downloadoslo-config-9805067bcf156dac354644b9b97ff8ceb4b5b3c6.tar.gz
Add sphinx documentation
Add basic sphinx config and copy the theming from oslo-incubator which was originally copied from keystone. Change-Id: Ibb3b679ce6e160c157ff63f0943807bd82aa1a67
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index bd066f6..b66a233 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ commands = nosetests --with-doctest --exclude-dir=tests/testmods {posargs}
[testenv:pep8]
deps = pep8==1.3.3
-commands = pep8 --repeat --show-source --exclude=.tox,dist,*.egg --ignore=E125 .
+commands = pep8 --repeat --show-source --exclude=.tox,dist,doc,*.egg --ignore=E125 .
[testenv:cover]
setenv = NOSE_WITH_COVERAGE=1