From 9b1840cd655fe4b36bfe768e2cf8a367a87a8717 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 19 May 2019 13:31:21 +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. Fix sphinx build errors. Change-Id: I3e56fb8867c0e11f642bf00bb4f3e2a81c187940 --- .zuul.yaml | 2 +- doc/source/specs.rst | 10 ++++++---- doc/source/use-cases.rst | 10 ++++++---- 3 files changed, 13 insertions(+), 9 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..7aaf08b 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/* diff --git a/doc/source/use-cases.rst b/doc/source/use-cases.rst index d9a62b0..c8f46a6 100644 --- a/doc/source/use-cases.rst +++ b/doc/source/use-cases.rst @@ -4,8 +4,10 @@ Use cases When adding a new use case, please use ``use-cases/template.rst`` as a starting point. -.. toctree:: - :glob: - :maxdepth: 1 +.. commented out until files are added - use-cases/* + .. toctree:: + :glob: + :maxdepth: 1 + + use-cases/*