From f6465754b6bd3bb547d49fc894553220640c9d71 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Tue, 5 Dec 2017 13:53:36 -0800 Subject: Add sphinx build configuration This allows local build of document for preview Change-Id: I9f70ad68358cdd5d47afebc9e440555c48a7c913 Signed-off-by: Yujun Zhang --- docs/Pipfile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/Pipfile (limited to 'docs/Pipfile') 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 = "*" -- cgit 1.2.3-korg