From 7e3a24b9fd5d8f2e848ade291852e93b4b7a18ea Mon Sep 17 00:00:00 2001 From: Shubham Mishra Date: Tue, 27 Oct 2020 08:19:07 +0530 Subject: Documentation template added Signed-off-by: Shubham Mishra Change-Id: I42c83f7750ee23d6fac76074e91d2f5205a8a0cb --- docs/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) 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..0a8fc85 --- /dev/null +++ b/docs/conf.py @@ -0,0 +1,6 @@ +""" for docs +""" + +# pylint: disable=import-error +# flake8: noqa +from docs_conf.conf import * -- cgit 1.2.3-korg