aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Pipfile
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-12-05 13:53:36 -0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-12-05 13:53:36 -0800
commitf6465754b6bd3bb547d49fc894553220640c9d71 (patch)
tree2e77066059b37d20d27e5bfc24e50b4e012132dc /docs/Pipfile
parent33fe72d9e48315fc79cec9610ebfb81f5cb6047d (diff)
Add sphinx build configuration
This allows local build of document for preview Change-Id: I9f70ad68358cdd5d47afebc9e440555c48a7c913 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'docs/Pipfile')
-rw-r--r--docs/Pipfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/Pipfile b/docs/Pipfile
new file mode 100644
index 00000000..ff5297a5
--- /dev/null
+++ b/docs/Pipfile
@@ -0,0 +1,15 @@
+[[source]]
+
+url = "https://pypi.python.org/simple"
+verify_ssl = true
+name = "pypi"
+
+
+[dev-packages]
+
+
+
+[packages]
+
+sphinx = "*"
+sphinx-autobuild = "*"