Skip to content

Commit f45aa90

Browse files
committed
Use Sphinx 1.5 warning-is-error
This will ensure doc warnings don't make their way in. Change-Id: I9a007ad89f3a2219feb960fee858bf70c1643416
1 parent 7017065 commit f45aa90

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,9 +696,10 @@ autodoc_tree_excludes =
696696
openstackclient/tests/*
697697

698698
[build_sphinx]
699+
all-files = 1
700+
warning-is-error = 1
699701
source-dir = doc/source
700702
build-dir = doc/build
701-
all_files = 1
702703

703704
[upload_sphinx]
704705
upload-dir = doc/build/html

0 commit comments

Comments
 (0)