update doc build requirements

Update the versions of the tools used to build the docs and turn on
strict error checking.

Change-Id: Iae7c85aae0c2fbe1690d1e3d9cfc0492ff78ab05
This commit is contained in:
Doug Hellmann 2014-10-01 16:15:26 -04:00
parent 2dc7571795
commit 5415f89796
2 changed files with 5 additions and 2 deletions

View File

@ -12,3 +12,6 @@ home-page = http://www.openstack.org/
all_files = 1
build-dir = doc/build
source-dir = doc/source
[pbr]
warnerrors = True

View File

@ -1,3 +1,3 @@
# needed for doc build
sphinx>=1.1.2,<1.2
oslosphinx
sphinx>=1.1.2,!=1.2.0,<1.3
oslosphinx>=2.2.0 # Apache-2.0