setup.cfg: configure doc build

Add [build_sphinx] and [upload_sphinx] sections to build the
documentation in doc/build/ instead of build/doc/. It should fix the
Jenkins docs job which is currently broken.

Change-Id: I2d0ed916ae1132bf47584313a7f2c93f94a97b86
This commit is contained in:
Victor Stinner 2017-01-04 10:20:44 +01:00
parent 22c02dc746
commit 8adafee3bc
1 changed files with 8 additions and 0 deletions

View File

@ -27,3 +27,11 @@ universal = 1
[global]
setup-hooks =
pbr.hooks.setup_hook
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html