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