From 7c525d126453994f720897a9845722557ba3a165 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Mon, 10 Sep 2018 15:09:45 -0700 Subject: Daisy: Local docs builds Adds local documentation builds following this guide: https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html docs can be build with tox -e docs Going forward docs will be hosted here: https://opnfv-daisy.readthedocs.io/en/latest/ Change-Id: Iecb230463dfb96101cc5cf01af71cb54318ca732 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 00000000..eb12e74b --- /dev/null +++ b/docs/conf.py @@ -0,0 +1 @@ +from docs_conf.conf import * # noqa: F401,F403 -- cgit 1.2.3-korg