diff --git a/Makefile b/Makefile index f8df749..bd104a1 100644 --- a/Makefile +++ b/Makefile @@ -52,8 +52,7 @@ install-docs: pip install sphinx sphinx_rtd_theme docs: - cd docs - make html + cd docs && make html sh: # open subshell with default test config $$SHELL;