diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-09-10 16:30:41 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-09-10 16:31:34 -0700 |
commit | 26fc7a76a06c83eae2a75a262953b3d8d9bb00b3 (patch) | |
tree | 5682dc0a61debff58c7d97ee566a1ae224038f20 /docs/conf.py | |
parent | 66b286618ed9ddb93fcaeebf999a5e48ddfa9768 (diff) |
Local Docs Builds1.1.0
Added local sphinx documentation build following this guide:
https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html
Change-Id: I8d0c430e6fff46dc1bf869fd54f304b0994aca8a
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 0000000..3c4453e --- /dev/null +++ b/docs/conf.py @@ -0,0 +1 @@ +from docs_conf.conf import * |