Enable warning-on-error in Sphinx 1.5

This is useful to prevent future warnings.

Note that there is no sphinx error or warning now.

Change-Id: I6799bd61d159070d41ce2b306d088ddd3859230d
This commit is contained in:
Akihiro Motoki 2017-03-25 17:10:45 +09:00
parent 2c2e1bc15d
commit dc64eba44d
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ setup-hooks =
[files]
[build_sphinx]
all_files = 1
all-files = 1
warning-is-error = 1
build-dir = doc/build
source-dir = doc/source