diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-04-23 13:23:44 -0700 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2018-05-23 21:06:31 +0000 |
commit | 10ed113d9e0581a9e9b5afddd1a3b924e6b81e2d (patch) | |
tree | 7b139efa51ab2f5e2249718cfb9e1de429490646 /docs/ci | |
parent | 7e7eb5118589fb4092ff495208db562959b0bae3 (diff) |
Fix docs build errors
This fixes the two error types being output by a Sphinx docs build:
- numbered - This is already included in the root toctree
(docs/index.rst) and doesn't need to be repeated
- List spacing - Only in infra/jenkins/connect-to-jenkins.rst, the
enumerated list of steps was missing spaces after each item
Change-Id: I55555821a35a3d248f3a347e8e4d9c851254cf08
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'docs/ci')
-rw-r--r-- | docs/ci/index.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/ci/index.rst b/docs/ci/index.rst index da6fc7de1..08f23ac2f 100644 --- a/docs/ci/index.rst +++ b/docs/ci/index.rst @@ -11,7 +11,6 @@ OPNFV CI TBD .. toctree:: - :numbered: :maxdepth: 2 user-guide |