diff options
author | 2022-06-10 14:24:20 +0000 | |
---|---|---|
committer | 2022-06-10 14:24:20 +0000 | |
commit | 9e9df400ba7f9259a38484d232fe11e08edb4da4 (patch) | |
tree | fc13d4c05a108b5711855f06d6410b1f114c5c8c /docs/conf.py | |
parent | 0aec5cd837af4503605707a560687a2b5b106fd4 (diff) | |
parent | b864f23999d810a482d0f279196108c40fe54de9 (diff) |
Merge "[DOCS] This patch adds documentation."stable/moselle
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..b281a51 --- /dev/null +++ b/docs/conf.py @@ -0,0 +1,6 @@ +""" for docs +""" + +# pylint: disable=import-error +# flake8: noqa +from docs_conf.conf import * |