Skip to content

Commit

Permalink
Merge pull request #122 from atodorov/remove_doctest
Browse files Browse the repository at this point in the history
Remove mention of doctest b/c target was removed
  • Loading branch information
mulkieran committed Jun 9, 2015
2 parents 395ca27 + e762e32 commit 053fc41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
# the i18n builder cannot share the environment and doctrees with the others
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .

.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext apidoc
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck gettext apidoc

help:
@echo "Please use \`make <target>' where <target> is one of"
Expand All @@ -39,7 +39,6 @@ help:
@echo " gettext to make PO message catalogs"
@echo " changes to make an overview of all changed/added/deprecated items"
@echo " linkcheck to check all external links for integrity"
@echo " doctest to run all doctests embedded in the documentation (if enabled)"

clean:
-rm -rf $(BUILDDIR)/*
Expand Down

0 comments on commit 053fc41

Please sign in to comment.