From 3241176b12c8b29baf79fc7ceb3d42a7aad25587 Mon Sep 17 00:00:00 2001 From: Javier Pena Date: Mon, 19 Feb 2018 11:39:22 +0100 Subject: [PATCH] Fix documentation build Documentation was failing to build due to 2 issues: - Wrong path in the reference to the CONTRIBUTING.rst file - Wrong reference to the "contributing" section in index.rst Change-Id: Ic35f8ece02ae66667f59fff5d5d57c36ec49c14e --- doc/source/contributing.rst | 2 +- doc/source/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 797dcaa..8565ba9 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -13,7 +13,7 @@ Contents: :maxdepth: 2 readme - contributor + contributing installation Indices and tables