Update sphinx to 1.5
Most projects now use sphinx 1.5. sphinx 1.5 provides some new directives which are possibly useful. sphinx 1.5 is a useful feature which considers warnings as error. It prevents sphinx warnings into documents. Also fixes existing sphinx warning. At the same time, requirements.txt is synced with global-requirements. Change-Id: I3b4a18a2483fa6966d8d4ac78dcb8ceac0524cf7
This commit is contained in:
parent
f3669278f3
commit
095580ec46
@ -1,14 +1,14 @@
|
||||
actdiag
|
||||
blockdiag
|
||||
nwdiag
|
||||
oslosphinx
|
||||
pbr>=0.6,!=0.7,<1.0
|
||||
oslosphinx>=4.7.0 # Apache-2.0
|
||||
pbr>=2.0.0 # Apache-2.0
|
||||
seqdiag
|
||||
sphinx>=1.1.2,<1.2
|
||||
sphinx>=1.5.1 # BSD
|
||||
sphinxcontrib-actdiag
|
||||
sphinxcontrib-blockdiag
|
||||
sphinxcontrib-blockdiag # BSD
|
||||
sphinxcontrib-nwdiag
|
||||
sphinxcontrib-seqdiag
|
||||
testrepository>=0.0.18
|
||||
testtools>=0.9.34
|
||||
sphinxcontrib-seqdiag # BSD
|
||||
testrepository>=0.0.18 # Apache-2.0/BSD
|
||||
testtools>=1.4.0 # MIT
|
||||
yasfb>=0.5.1
|
||||
|
@ -15,6 +15,7 @@ classifier =
|
||||
all_files = 1
|
||||
build-dir = doc/build
|
||||
source-dir = doc/source
|
||||
warning-is-error = 1
|
||||
|
||||
[pbr]
|
||||
warnerrors = True
|
||||
|
2
setup.py
2
setup.py
@ -18,5 +18,5 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['pbr'],
|
||||
setup_requires=['pbr>=2.0.0'],
|
||||
pbr=True)
|
||||
|
@ -150,7 +150,7 @@ Examples
|
||||
|
||||
Updating port data plane status to down:
|
||||
|
||||
.. code-block:: json
|
||||
.. code-block:: none
|
||||
|
||||
PUT /v2.0/ports/<port-uuid>
|
||||
Accept: application/json
|
||||
|
Loading…
Reference in New Issue
Block a user