From 7394f45807defb7f0b99e8c786901fb30ec8f734 Mon Sep 17 00:00:00 2001 From: Paulo Bu Date: Sat, 7 Jan 2017 00:27:59 +0100 Subject: [PATCH] Fix Makefile docs command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3bc77b96..b7604306 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ test: python tests/all_tests_local.py docs: - cd docs && sh generate_docs + cd pydocs && sh generate_docs