171f51a772
To better facilitate the building and publishing of sphinx documentation by Jenkins we are moving all openstack projects with sphinx documentation to a common doc tree structure. Documentation goes in project/doc and build results go in project/doc/build. Change-Id: I672fbd296e2b8f1da1eede74d6f0c7a26345cf74
19 lines
505 B
INI
19 lines
505 B
INI
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[nosetests]
|
|
# NOTE(jkoelker) To run the test suite under nose install the following
|
|
# coverage http://pypi.python.org/pypi/coverage
|
|
# tissue http://pypi.python.org/pypi/tissue (pep8 checker)
|
|
# openstack-nose https://github.com/jkoelker/openstack-nose
|
|
verbosity=2
|
|
detailed-errors=1
|
|
with-openstack=1
|
|
openstack-red=0.05
|
|
openstack-yellow=0.025
|
|
openstack-show-elapsed=1
|
|
openstack-color=1
|
|
|