Fix doc build location
The built html docs should be under doc/build/html so that the jenkins jobs know where to get them from in order for publishing. Change-Id: I184ffeb1239c444a496bd340406951baa0c68eca
This commit is contained in:
parent
3f04790f92
commit
02dd590963
22
setup.cfg
22
setup.cfg
@ -1,10 +1,10 @@
|
||||
[metadata]
|
||||
name = tripleo-docs
|
||||
summary = tripleo-docs
|
||||
summary = TripleO documentation
|
||||
description-file =
|
||||
README.md
|
||||
author = James Slagle
|
||||
author-email = jslagle@redhat.com
|
||||
author = OpenStack
|
||||
author-email = openstack-dev@lists.openstack.org
|
||||
home-page = http://docs.openstack.org/tripleo-docs
|
||||
classifier =
|
||||
Environment :: OpenStack
|
||||
@ -18,3 +18,19 @@ classifier =
|
||||
Programming Language :: Python :: 2.6
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.3
|
||||
|
||||
[build_sphinx]
|
||||
all_files = 1
|
||||
build-dir = doc/build
|
||||
source-dir = doc/source
|
||||
|
||||
[egg_info]
|
||||
tag_build =
|
||||
tag_date = 0
|
||||
tag_svn_revision = 0
|
||||
|
||||
[wheel]
|
||||
universal = 1
|
||||
|
||||
[pbr]
|
||||
warnerrors = False
|
||||
|
Loading…
Reference in New Issue
Block a user