From bb1a99bc4f6133f11bf32f56455f66921210ec83 Mon Sep 17 00:00:00 2001 From: Javier Pena Date: Tue, 13 Mar 2018 18:17:41 +0100 Subject: [PATCH] Fix documentation build The contributing.rst file was referencing a non-existing path, and index.rst referenced a non-existing usage.rst file. Added build-openstack-sphinx-docs job to test doc changes Change-Id: I0efd9a2f652f89df0eba88b5b95e66ee9ab44af2 --- .zuul.yaml | 2 ++ doc/source/contributing.rst | 2 +- doc/source/index.rst | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index efc0275..483b5f2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -65,8 +65,10 @@ branches: ^(?!stable/(newton|ocata)).*$ - mistral-devstack-kombu: branches: ^(?!stable/newton).*$ + - build-openstack-sphinx-docs gate: jobs: - mistral-devstack - mistral-devstack-non-apache - mistral-devstack-kombu + - build-openstack-sphinx-docs diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index 2aa0707..1728a61 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -1,4 +1,4 @@ ============ Contributing ============ -.. include:: ../../../CONTRIBUTING.rst +.. include:: ../../CONTRIBUTING.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index 1bc38e1..91388a9 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -14,7 +14,6 @@ Contents: readme installation - usage contributing Indices and tables