From e63f17f63d1b1379c255de3e34aadad1d18dd2f8 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 19 May 2019 13:43:28 +0200 Subject: [PATCH] Update docs job publish-openstack-sphinx-docs jobs are obsolete since some time, use the newer publish-openstack-docs-pti jobs instead. Comment out tox for specs since no specs exist so far and the building fails otherwise. Change-Id: Iee6be1fbdc3ea764b482e7a017ddca0b4060847b --- .zuul.yaml | 2 +- doc/source/specs.rst | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index a43149c..7909506 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,3 +1,3 @@ - project: templates: - - publish-openstack-sphinx-docs + - publish-openstack-docs-pti diff --git a/doc/source/specs.rst b/doc/source/specs.rst index 7391498..9361d5e 100644 --- a/doc/source/specs.rst +++ b/doc/source/specs.rst @@ -4,8 +4,10 @@ Design specifications When adding a new spec, please use ``specs/template.rst`` as a starting point. -.. toctree:: - :glob: - :maxdepth: 1 +.. commented out until there is content - specs/* + .. toctree:: + :glob: + :maxdepth: 1 + + specs/*