diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Chapter1/index.rst | 1 | ||||
-rw-r--r-- | docs/conf.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/Chapter1/index.rst b/docs/Chapter1/index.rst index 9b715dd..2d5119b 100644 --- a/docs/Chapter1/index.rst +++ b/docs/Chapter1/index.rst @@ -34,3 +34,4 @@ Purpose VNFs or PNFs for compliance with ONAP; ONAP projects such as the VNF Validation Project will uses these VNFs or PNFs requirements to build test cases to validate VNFs or PNFs for compliance with ONAP. + diff --git a/docs/conf.py b/docs/conf.py index 314670a..5b7f327 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -2,6 +2,7 @@ from docs_conf.conf import * branch = 'latest' master_doc = 'index' +version = 'frankfurt' linkcheck_ignore = [ 'http://localhost', |