From 91e8b0cf81897f4758d602a25179cff70e3c1436 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Fri, 16 Jan 2015 04:16:57 -0800 Subject: [PATCH] Should use venv sphinx-build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e976acba..b7da5255c 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ In order to generate the sphinx documentation, run the following commands. ``` ./venv/bin/python setup.py docs cd docs -make SPHINXBUILD='../venv/bin/python /usr/local/bin/sphinx-build' +make SPHINXBUILD='../venv/bin/python ../venv/bin/sphinx-build' ``` This should generate documentation in the /lets-encrypt-preview/docs/_build/html