Add sphinxcontrib-apidoc
This packages up most of the functionality of the autodoc feature currently found in pbr as a Sphinx extension and is necessary so we can migrate everyone away from the 'setup.py build_sphinx' way of building documentation. Change-Id: If27c35e573b22f99ebe54b935bc583a91c3cd0d2
This commit is contained in:
parent
3e6841dfc5
commit
7aeeecb62e
@ -422,6 +422,7 @@ setuptools>=21.0.0,!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.
|
||||
sphinx>=1.6.2,!=1.6.6,!=1.6.7 # BSD
|
||||
sphinx-testing>=0.7.2 # BSD License
|
||||
sphinxcontrib-actdiag>=0.8.5 # BSD
|
||||
sphinxcontrib-apidoc>=0.2.0 # BSD
|
||||
sphinxcontrib-blockdiag>=1.5.4 # BSD
|
||||
sphinxcontrib-httpdomain>=1.3.0 # BSD
|
||||
sphinxcontrib-nwdiag>=0.9.5 # BSD
|
||||
|
@ -538,3 +538,4 @@ skydive-client===0.4.2
|
||||
asyncio===3.4.3;python_version=='3.4'
|
||||
asyncio===3.4.3;python_version=='3.5'
|
||||
asyncio===3.4.3;python_version=='3.6'
|
||||
sphinxcontrib-apidoc===0.2.0
|
||||
|
@ -507,3 +507,4 @@ skydive-client===0.4.2
|
||||
asyncio===3.4.3;python_version=='3.4'
|
||||
asyncio===3.4.3;python_version=='3.5'
|
||||
asyncio===3.4.3;python_version=='3.6'
|
||||
sphinxcontrib-apidoc===0.2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user