diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-09-18 11:06:02 -0400 |
---|---|---|
committer | mbeierl <mark.beierl@dell.com> | 2018-09-18 14:28:25 -0400 |
commit | f2548eacf2ae70f90bf486714fabf09a11d5d15d (patch) | |
tree | ba645015fed7a08fd3feb4cbb85f6617e2e427ca /docs/conf.yaml | |
parent | 5f84c19c4511da6706a501308b509aacbc6219de (diff) |
Local Documentation Builds
This adds configuration for performing local documentation builds
with the following simple command:
tox -e docs
Change-Id: I8d7b3af60c12f4d426e3d6fc64eae66b356d94a6
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to 'docs/conf.yaml')
-rw-r--r-- | docs/conf.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.yaml b/docs/conf.yaml new file mode 100644 index 0000000..a665899 --- /dev/null +++ b/docs/conf.yaml @@ -0,0 +1,3 @@ +--- +project_cfg: opnfv +project: STORPERF |