diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-11-06 15:09:20 -0500 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2018-11-06 15:09:20 -0500 |
commit | 002926186c3ad673770ca0686b2dcf043ad21c0f (patch) | |
tree | f23e6e21ea18857b69f44cd8f15046f47f0c5176 /docs | |
parent | 98f1be932fc320b71d0366f384b5ed9e573512a8 (diff) |
Fix local documentation builds
Change-Id: Icba4f70704e7d51dd26b778350be2f3bf5adcaba
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 1 | ||||
-rw-r--r-- | docs/conf.yaml | 4 | ||||
-rw-r--r-- | docs/requirements.txt | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 0000000..86ab8c5 --- /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 0000000..39fb414 --- /dev/null +++ b/docs/conf.yaml @@ -0,0 +1,4 @@ +--- +project_cfg: opnfv +project: calipso + diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..9fde2df --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,2 @@ +lfdocs-conf +sphinx_opnfv_theme |