Toplevel makefile docs target uses docs makefile.

This commit is contained in:
Simon Forman
2018-06-06 13:33:04 -07:00
parent 989e48c155
commit 956d849c8a
5 changed files with 7 additions and 6 deletions
+1 -5
View File
@@ -24,9 +24,5 @@ test: sdist
docs:
cd ./docs && python -m nbconvert --to html *.ipynb
cd ./docs && python -m nbconvert --to markdown *.ipynb
cd ./docs && python -m nbconvert --to rst *.ipynb
cd ./docs && make
%.md : %.ipynb ;