diff --git a/.zuul.yaml b/.zuul.yaml index 617cb97..ad42efa 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -8,3 +8,6 @@ gate: jobs: - openstack-tox-linters + post: + jobs: + - publish-stx-governance diff --git a/doc/source/conf.py b/doc/source/conf.py index 31fcb44..fefddad 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -80,7 +80,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'openstackdocs' +html_theme = 'alabaster' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the diff --git a/doc/source/index.rst b/doc/source/index.rst index 3b0a690..d121459 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -5,6 +5,15 @@ StarlingX Governance :maxdepth: 2 :caption: Contents: +Technical Steering Committee +---------------------------- + +.. toctree:: + :glob: + :maxdepth: 1 + + reference/* + Indices and Tables ================== diff --git a/doc/source/reference b/doc/source/reference new file mode 120000 index 0000000..da01b47 --- /dev/null +++ b/doc/source/reference @@ -0,0 +1 @@ +../../reference \ No newline at end of file