Enable warning-is-error in doc build
- Update sphinx version - Fix sphinx warning Change-Id: Ibf3361af30cec3c291cfdf50438cf49dd72427f8
This commit is contained in:
@@ -15,6 +15,7 @@ reasons (for example in isolating cross-project performance issues).
|
|||||||
background
|
background
|
||||||
api
|
api
|
||||||
integration
|
integration
|
||||||
|
collectors
|
||||||
similar_projects
|
similar_projects
|
||||||
|
|
||||||
Release Notes
|
Release Notes
|
||||||
|
@@ -33,6 +33,7 @@ oslo_config =
|
|||||||
all_files = 1
|
all_files = 1
|
||||||
build-dir = doc/build
|
build-dir = doc/build
|
||||||
source-dir = doc/source
|
source-dir = doc/source
|
||||||
|
warning-is-error = 1
|
||||||
|
|
||||||
[entry_points]
|
[entry_points]
|
||||||
oslo.config.opts =
|
oslo.config.opts =
|
||||||
|
@@ -8,7 +8,7 @@ testrepository>=0.0.18 # Apache-2.0/BSD
|
|||||||
testtools>=1.4.0 # MIT
|
testtools>=1.4.0 # MIT
|
||||||
|
|
||||||
oslosphinx>=4.7.0 # Apache-2.0
|
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 security code scanner
|
||||||
bandit>=1.1.0 # Apache-2.0
|
bandit>=1.1.0 # Apache-2.0
|
||||||
|
Reference in New Issue
Block a user