Fix doc building

Add the usual sphinx configuration for setup.cfg so that docs are built
at the usual place required for OpenStack CI.

Change-Id: I3d510f09a5e4d5945c62e2e75c90e8a0ea88fa0c
This commit is contained in:
Andreas Jaeger 2016-12-02 19:25:37 +01:00
parent 5e2f6917b9
commit 6a18c90ff2
1 changed files with 5 additions and 0 deletions

View File

@ -19,5 +19,10 @@ scripts =
data_files =
share/manila-elements/elements = elements/*
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[wheel]
universal = 1