aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2018-09-18 11:04:06 -0400
committerAric Gardner <agardner@linuxfoundation.org>2018-09-28 16:25:11 -0400
commit1a669bfecc76837bf064c74cd382a97ef48310e1 (patch)
treef09702c9732ffce5f75bf9d53ccddd5889c46c4b /docs/conf.py
parent2f46a8d07f77d202ec41ce6379b8524569a27455 (diff)
Local Documentation BuildsHEADmaster
This adds configuration for performing local documentation builds with the following simple command: tox -e docs added index.rst so that docs build succsesfully Change-Id: Ifa6f16eccfcadd7f9d86e8d3def5a81b79ecf478 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 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 *