diff options
author | 2018-09-06 22:34:52 +0200 | |
---|---|---|
committer | 2018-09-13 10:34:56 -0700 | |
commit | 94f6f507d27221cba18e7733e8545d605f98f66b (patch) | |
tree | 9de2d1a288a46d655babd578a1d71faa59c81de7 /docs | |
parent | 9bc4e51f59af4e6ab65e6e039a84e818fafb4aa0 (diff) |
Docs transition
Changes are made by following
https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html
Change-Id: If0ee2031894d4dbd54098548640b8cc71481e49f
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 1 | ||||
-rw-r--r-- | docs/conf.yaml | 3 | ||||
-rw-r--r-- | docs/requirements.txt | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 00000000..86ab8c57 --- /dev/null +++ b/docs/conf.py @@ -0,0 +1 @@ +from docs_conf.conf import * # flake8: noqa diff --git a/docs/conf.yaml b/docs/conf.yaml new file mode 100644 index 00000000..305b679e --- /dev/null +++ b/docs/conf.yaml @@ -0,0 +1,3 @@ +--- +project_cfg: opnfv +project: releng-xci diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..f26b0414 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,3 @@ +lfdocs-conf +sphinxcontrib-httpdomain +sphinx-opnfv-theme |