aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Pipfile
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-12-21 14:49:28 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-21 14:49:28 +0000
commitea7c2467b1c5d24ac56c41a2ab82355d01cf3cc2 (patch)
tree244d4400f378a5409932030efc2b1278c8f03042 /docs/Pipfile
parent0a913095a0888f4653e32150f6ffd9cb6a9e01ee (diff)
parentf6465754b6bd3bb547d49fc894553220640c9d71 (diff)
Merge "Add sphinx build configuration"
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 = "*"