Changed docs to use source.

This commit is contained in:
Ahmet Bakan 2015-10-19 22:19:21 -07:00
parent 6a9b4e74bf
commit 91c989a3af

View file

@ -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