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:
James Slagle 2015-09-08 11:51:29 -04:00
parent 3f04790f92
commit 02dd590963
2 changed files with 20 additions and 4 deletions

View File

@ -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

View File

@ -14,7 +14,7 @@ commands = python setup.py testr --slowest --testr-args='{posargs}'
commands = {posargs}
[testenv:docs]
commands = sphinx-build -a doc/source/ build/sphinx/html
commands = python setup.py build_sphinx
[testenv:pep8]
whitelist_externals = bash