Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 6717f1c

Browse files
committed
doc: fix templating and restore listpkg
1 parent 548dd82 commit 6717f1c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
1616
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
1717

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

2121
help:
2222
@echo "Please use \`make <target>' where <target> is one of"
@@ -40,6 +40,7 @@ help:
4040
@echo " changes to make an overview of all changed/added/deprecated items"
4141
@echo " linkcheck to check all external links for integrity"
4242
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
43+
@echo " listpkg to recreate the list of available packages"
4344

4445
clean:
4546
-rm -rf $(BUILDDIR)/*

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
extensions = ['sphinx.ext.mathjax', 'juliadoc.julia', 'juliadoc.jlhelp']
2929

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

3333
# The suffix of source filenames.
3434
source_suffix = '.rst'

0 commit comments

Comments
 (0)