Fix docs build to run properly
Change-Id: I7f684bc48c5ce913a5799f78c80bda459cf35f65
This commit is contained in:
parent
d2d8f253ab
commit
94bff36bdf
@ -14,4 +14,4 @@ Pull requests submitted through GitHub will be ignored.
|
||||
|
||||
Bugs should be filed on Launchpad, not GitHub:
|
||||
|
||||
https://bugs.launchpad.net/oslo.serialization
|
||||
https://bugs.launchpad.net/oslo
|
||||
|
@ -1 +1,5 @@
|
||||
==============
|
||||
Contributing
|
||||
==============
|
||||
|
||||
.. include:: ../../CONTRIBUTING.rst
|
@ -1 +1 @@
|
||||
.. include:: ../README.rst
|
||||
.. include:: ../../README.rst
|
||||
|
@ -26,6 +26,9 @@ packages =
|
||||
namespace_packages =
|
||||
oslo
|
||||
|
||||
[pbr]
|
||||
warnerrors = true
|
||||
|
||||
[build_sphinx]
|
||||
source-dir = doc/source
|
||||
build-dir = doc/build
|
||||
|
@ -1,7 +1,11 @@
|
||||
hacking>=0.5.6,<0.8
|
||||
mock>=1.0
|
||||
netaddr
|
||||
|
||||
# this is required for the docs build jobs
|
||||
sphinx>=1.1.2,!=1.2.0,<1.3
|
||||
oslosphinx
|
||||
|
||||
oslotest
|
||||
simplejson
|
||||
oslo.i18n>=0.2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user