diff options
author | Shubham Mishra <shivam828787@gmail.com> | 2020-10-27 08:19:07 +0530 |
---|---|---|
committer | Shubham Mishra <shivam828787@gmail.com> | 2020-10-27 21:35:13 +0530 |
commit | 7e3a24b9fd5d8f2e848ade291852e93b4b7a18ea (patch) | |
tree | f8925f97bc50bc089b9ce67c827762d2313f9754 /docs/conf.py | |
parent | 49bb7680b18be1bcf869fa1d317a27f265a59469 (diff) |
Documentation template added
Signed-off-by: Shubham Mishra <shivam828787@gmail.com>
Change-Id: I42c83f7750ee23d6fac76074e91d2f5205a8a0cb
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 6 insertions, 0 deletions
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 *
|