diff options
author | Aaron Smith <aasmith@redhat.com> | 2018-09-19 23:23:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-19 23:23:26 +0000 |
commit | ec05bfdf4721bec6abab0b912cee721c5cc54e1d (patch) | |
tree | 398fa90afba3ee7fff49161b6c6e5189a56aa258 /docs | |
parent | e7f7e9226f2370afe0d57b4c43c5bfe4bf30a942 (diff) | |
parent | 478dc53bfdda4aec04045302f1c3f822cbfc12a5 (diff) |
Merge "Local Documentation Builds"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 1 | ||||
-rw-r--r-- | docs/conf.yaml | 3 | ||||
-rw-r--r-- | docs/requirements.txt | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 00000000..3c4453e7 --- /dev/null +++ b/docs/conf.py @@ -0,0 +1 @@ +from docs_conf.conf import * diff --git a/docs/conf.yaml b/docs/conf.yaml new file mode 100644 index 00000000..cba650f1 --- /dev/null +++ b/docs/conf.yaml @@ -0,0 +1,3 @@ +--- +project_cfg: opnfv +project: BAROMETER diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..9fde2df2 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,2 @@ +lfdocs-conf +sphinx_opnfv_theme |