Merge "Temporary disable openapi api-ref"
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# os-openapi is installed directly from git since we do not do releases (yet?)
|
# os-openapi is installed directly from git since we do not do releases (yet?)
|
||||||
os-openapi @ git+https://opendev.org/openstack/openapi
|
# os-openapi @ git+https://opendev.org/openstack/openapi
|
||||||
|
|
||||||
os-api-ref>=1.4.0 # Apache-2.0
|
os-api-ref>=1.4.0 # Apache-2.0
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
html_theme = 'openstackdocs'
|
html_theme = 'openstackdocs'
|
||||||
html_theme_options = {"sidebar_dropdown": "api_ref", "sidebar_mode": "toc"}
|
html_theme_options = {"sidebar_dropdown": "api_ref", "sidebar_mode": "toc"}
|
||||||
|
|
||||||
extensions = ['os_api_ref', 'openstackdocstheme', 'os_openapi']
|
extensions = ['os_api_ref', 'openstackdocstheme'] # , 'os_openapi']
|
||||||
|
|
||||||
|
|
||||||
# If extensions (or modules to document with autodoc) are in another directory,
|
# If extensions (or modules to document with autodoc) are in another directory,
|
||||||
|
|||||||
@@ -10,10 +10,11 @@ Contents:
|
|||||||
v3/index
|
v3/index
|
||||||
v3-ext/index
|
v3-ext/index
|
||||||
|
|
||||||
.. toctree::
|
..
|
||||||
:maxdepth: 1
|
.. toctree ::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
openapi
|
openapi
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
|||||||
Reference in New Issue
Block a user