This repository was archived by the owner on Dec 16, 2022. It is now read-only.
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
16
16
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER ) ) $(SPHINXOPTS ) .
17
17
18
18
.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
20
20
21
21
help :
22
22
@echo " Please use \` make <target>' where <target> is one of"
40
40
@echo " changes to make an overview of all changed/added/deprecated items"
41
41
@echo " linkcheck to check all external links for integrity"
42
42
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
43
+ @echo " listpkg to recreate the list of available packages"
43
44
44
45
clean :
45
46
-rm -rf $(BUILDDIR ) /*
Original file line number Diff line number Diff line change 28
28
extensions = ['sphinx.ext.mathjax' , 'juliadoc.julia' , 'juliadoc.jlhelp' ]
29
29
30
30
# Add any paths that contain templates here, relative to this directory.
31
- templates_path = [juliadoc . get_templates_dir () ]
31
+ # templates_path = []
32
32
33
33
# The suffix of source filenames.
34
34
source_suffix = '.rst'
You can’t perform that action at this time.
0 commit comments