Skip to content

Commit

Permalink
move makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaybio committed Feb 19, 2021
1 parent 7fb9448 commit f24e7bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -b coverage
20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

0 comments on commit f24e7bb

Please sign in to comment.