diff --git a/api-ref/requirements.txt b/api-ref/requirements.txt index 15e2471881..53f8f20ac2 100644 --- a/api-ref/requirements.txt +++ b/api-ref/requirements.txt @@ -1,4 +1,4 @@ # 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 diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 8b691412c8..8b188d7719 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -25,7 +25,7 @@ html_theme = 'openstackdocs' 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, diff --git a/api-ref/source/index.rst b/api-ref/source/index.rst index f7c569be1d..61eb02a599 100644 --- a/api-ref/source/index.rst +++ b/api-ref/source/index.rst @@ -10,10 +10,11 @@ Contents: v3/index v3-ext/index -.. toctree:: - :maxdepth: 1 +.. + .. toctree :: + :maxdepth: 1 - openapi + openapi Indices and tables ================== diff --git a/api-ref/source/openapi.rst b/api-ref/source/openapi.rst_ similarity index 100% rename from api-ref/source/openapi.rst rename to api-ref/source/openapi.rst_