diff options
author | 2018-09-06 00:57:32 -0700 | |
---|---|---|
committer | 2018-11-19 16:28:23 +0000 | |
commit | e758a758ba0a9d8a612e09d86caad418bd4eb003 (patch) | |
tree | 447d6f9acfb45418c3f35b5cdf1f9c2e113dddfc | |
parent | 97f02fd3d2168135d9837926c0515b3d5b8de6ad (diff) |
Local Documentation build for Container4NFV
Adds the ability to build and view project documentation locally.
Change-Id: I19244288652461307cb564e7335604ee08f5d807
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
(cherry picked from commit 7f73ee1a58b896ffcc95a801f3472c6e8609e103)
-rw-r--r-- | docs/conf.yaml | 2 | ||||
-rw-r--r-- | docs/index.rst | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/docs/conf.yaml b/docs/conf.yaml index b7eb33c..f56ea02 100644 --- a/docs/conf.yaml +++ b/docs/conf.yaml @@ -1,3 +1,3 @@ --- project_cfg: opnfv -project: CONTAINER4NFV +project: Container4NFV diff --git a/docs/index.rst b/docs/index.rst index 0a777e2..30fe35b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,4 +11,7 @@ Container4NFV .. toctree:: :maxdepth: 1 - release/index + development/gapanalysis/index + development/nvgsrequirements/index + release/release-notes/index + release/userguide/index |