From 002926186c3ad673770ca0686b2dcf043ad21c0f Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Tue, 6 Nov 2018 15:09:20 -0500 Subject: Fix local documentation builds Change-Id: Icba4f70704e7d51dd26b778350be2f3bf5adcaba Signed-off-by: Aric Gardner --- docs/conf.py | 1 + docs/conf.yaml | 4 ++++ docs/requirements.txt | 2 ++ 3 files changed, 7 insertions(+) create mode 100644 docs/conf.py create mode 100644 docs/conf.yaml create mode 100644 docs/requirements.txt (limited to 'docs') 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 -- cgit 1.2.3-korg