From 91c989a3afbdc0bea687e10ad22dbd93a64b8375 Mon Sep 17 00:00:00 2001 From: Ahmet Bakan Date: Mon, 19 Oct 2015 22:19:21 -0700 Subject: [PATCH] Changed docs to use source. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 88e522a..c5efb1c 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ install: pip install -U --no-deps --force-reinstall . docs: - cd docs; ablog build -a + export PYTHONPATH="$(shell pwd)"; echo $$PYTHONPATH; cd docs; ablog build -a -P rebuild: cd docs; watchmedo shell-command --patterns='*.rst' --command='ablog build' --recursive