diff --git a/.zuul.yaml b/.zuul.yaml index 943bedd53..99d7c6202 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -12,4 +12,5 @@ - openstack-tox-linters post: jobs: + - publish-stx-api-ref - publish-stx-docs diff --git a/api-ref/source/index.rst b/api-ref/source/index.rst index 0b9b69b76..cd6f37a4b 100644 --- a/api-ref/source/index.rst +++ b/api-ref/source/index.rst @@ -12,3 +12,4 @@ StarlingX Documentation api-ref-image-v2-cgcs-ext api-ref-networking-v2-cgcs-ext +:ref:`search` diff --git a/doc/requirements.txt b/doc/requirements.txt index c0f770583..f27b52d00 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,6 @@ openstack-doc-tools>=1.6.0 sphinx>=1.6.2 +openstackdocstheme>=1.19.0 # Apache-2.0 # API Reference Guide os-api-ref>=1.4.0 # Apache-2.0 diff --git a/doc/source/index.rst b/doc/source/index.rst index 7f8111173..96f0d98c2 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -33,6 +33,14 @@ Specs Specs +API Reference +------------- + +.. toctree:: + :maxdepth: 1 + + API Reference + Contributing ============