ebceca9414
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/source and build results go in project/doc/build. Change-Id: I868df12e3c15cc30043e782ce0a609b9574295cd
16 lines
250 B
INI
16 lines
250 B
INI
[nosetests]
|
|
cover-package = novaclient
|
|
cover-html = true
|
|
cover-erase = true
|
|
cover-inclusive = true
|
|
verbosity=2
|
|
detailed-errors=1
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|