Fix up docs target

This commit is contained in:
Markus Unterwaditzer 2015-09-19 23:00:19 +02:00
parent bcd1bfdc62
commit 670ebc0d9f

View file

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