Skip to content

Commit

Permalink
doc: fix templating and restore listpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
pao committed May 27, 2013
1 parent 548dd82 commit 6717f1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .

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

help:
@echo "Please use \`make <target>' where <target> is one of"
Expand All @@ -40,6 +40,7 @@ help:
@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)"
@echo " listpkg to recreate the list of available packages"

clean:
-rm -rf $(BUILDDIR)/*
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
extensions = ['sphinx.ext.mathjax', 'juliadoc.julia', 'juliadoc.jlhelp']

# Add any paths that contain templates here, relative to this directory.
templates_path = [juliadoc.get_templates_dir()]
#templates_path = []

# The suffix of source filenames.
source_suffix = '.rst'
Expand Down

0 comments on commit 6717f1c

Please sign in to comment.