Fix for Sphinx 1.5 and pbr 1.10

Sphinx 1.5 fails with current pbr (needs new pbr release, see change
I52d45fa0a0d42de690d3a492068f7bb03483a224).

For now, set warnerrors to False to be able to use this.

Also, update to new sphinx version to show that this works.

This is in reaction to the failure in
I00236f4b97871f772cf52710c8a7facc07cfc4e1.

Change-Id: Ie25ec8f3ade28fb360bed7aebc0fe6ce65bec498
This commit is contained in:
Andreas Jaeger 2017-02-12 17:02:24 +01:00
parent f85764dc88
commit ef9dec8658
2 changed files with 3 additions and 2 deletions

View File

@ -28,4 +28,5 @@ all_files = 1
upload-dir = doc/build/html
[pbr]
warnerrors = true
# TODO(jaegernandi): Set to True again once pbr 1.11.0 is out.
warnerrors = False

View File

@ -7,5 +7,5 @@ hacking<0.11,>=0.10.0
oslotest>=1.10.0 # Apache-2.0
# this is required for the docs
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
sphinx>=1.5.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0