From 17f5380b29adc7d76270c35e7792bf1905e1eee7 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Wed, 14 Mar 2018 18:15:47 +0530 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: Ie08e6b1a49a69fedb0fe1ddcf0225d0018aa65b4 --- .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 359107bd..1d7e323d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -108,9 +108,11 @@ - neutron-tempest-plugin-designate-scenario - neutron-tempest-plugin-dvr-multinode-scenario - neutron-tempest-plugin-scenario-linuxbridge + - build-openstack-sphinx-docs gate: jobs: - neutron-tempest-plugin-api + - build-openstack-sphinx-docs - project: templates: diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index 2aa07077..1728a61c 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 1bc38e10..91388a94 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -14,7 +14,6 @@ Contents: readme installation - usage contributing Indices and tables