Enable warning-is-error in doc build

- Update sphinx version
- Fix sphinx warning

Change-Id: Ibf3361af30cec3c291cfdf50438cf49dd72427f8
This commit is contained in:
Akihiro Motoki 2017-07-06 21:27:55 +00:00
parent 343fe299bf
commit 4b20438a1f
3 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,7 @@ reasons (for example in isolating cross-project performance issues).
background
api
integration
collectors
similar_projects
Release Notes

View File

@ -33,6 +33,7 @@ oslo_config =
all_files = 1
build-dir = doc/build
source-dir = doc/source
warning-is-error = 1
[entry_points]
oslo.config.opts =

View File

@ -8,7 +8,7 @@ testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
oslosphinx>=4.7.0 # Apache-2.0
sphinx>=1.2.1,!=1.3b1,<1.4 # BSD
sphinx>=1.6.2 # BSD
# Bandit security code scanner
bandit>=1.1.0 # Apache-2.0