diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-12-21 14:49:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-21 14:49:28 +0000 |
commit | ea7c2467b1c5d24ac56c41a2ab82355d01cf3cc2 (patch) | |
tree | 244d4400f378a5409932030efc2b1278c8f03042 /docs/Pipfile | |
parent | 0a913095a0888f4653e32150f6ffd9cb6a9e01ee (diff) | |
parent | f6465754b6bd3bb547d49fc894553220640c9d71 (diff) |
Merge "Add sphinx build configuration"
Diffstat (limited to 'docs/Pipfile')
-rw-r--r-- | docs/Pipfile | 15 |
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 = "*" |