diff options
author | 2018-09-06 00:57:32 -0700 | |
---|---|---|
committer | 2018-11-14 15:44:15 -0800 | |
commit | 7f73ee1a58b896ffcc95a801f3472c6e8609e103 (patch) | |
tree | 5c1bcb1d79e5f7ccdf84a20b7d497207851be62b | |
parent | ec3b5f68c57cfd85cb1178614be40c9af9e34fad (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>
-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 |