From 068e995c9284328c2116630d0ad835464c54eb66 Mon Sep 17 00:00:00 2001 From: Tetsuro Nakamura Date: Thu, 22 Aug 2019 07:48:58 +0000 Subject: [PATCH] Fix failures when building documentation The command "tox -e docs" to build documentation failed with several errors with the following messages: doc/source/contributing.rst:4:Problems with "include" directive path: InputError: [Errno 2] No such file or directory: '../CONTRIBUTING.rst'. doc/source/usage.rst:document isn't included in any toctree This patch fixes it to successfully build documentation. Change-Id: I6fc144881a1a92ae44e2ff5b5be9c3c5de005523 --- doc/source/contributing.rst | 2 +- doc/source/index.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 a0e2db8..12777a9 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -15,6 +15,7 @@ Contents: readme installation contributing + usage Indices and tables ==================