Fix docs build

In OpenStack CI, you can review docs when you publish to doc/build/html
with just clicking on the docs job in gerrit.

Enhance build_sphinx setup so that the files get generated at this
location.

Change-Id: I6847e5c9962007e7a66613e810d82e5752c17c7e
This commit is contained in:
Andreas Jaeger 2016-10-04 16:59:46 +02:00
parent 7078b58038
commit 14d923c85d

View File

@ -28,6 +28,8 @@ setup-hooks =
pbr.hooks.setup_hook
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[entry_points]