aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/psi/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'psi/docs/conf.py')
-rw-r--r--psi/docs/conf.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/psi/docs/conf.py b/psi/docs/conf.py
new file mode 100644
index 0000000..b915874
--- /dev/null
+++ b/psi/docs/conf.py
@@ -0,0 +1,7 @@
+"""
+@TODO Sphinx配置添加站点基本信息
+"""
+
+extensions = [
+ 'sphinx.ext.autodoc',
+]