From ba638f983a4247e8bcf53e590b5e39e5016d6278 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Wed, 5 Sep 2018 22:35:42 -0700 Subject: OVN4NFV Local Documentation Builds This adds configuration for performing local documentation builds with the following simple command: tox -e docs Change-Id: I757809ddd5f9b33fbcb1df295eaad41eaf28b8cd Signed-off-by: Trevor Bramwell --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/conf.py (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 0000000..3c4453e --- /dev/null +++ b/docs/conf.py @@ -0,0 +1 @@ +from docs_conf.conf import * -- cgit 1.2.3-korg