Skip to content

Commit 070d7a6

Browse files
committed
MAINT remove unsupported documentation formats
In particular, "htmlhelp" and "qthelp". None of the core devs uses this or is willing to support it. Fixes scikit-learn#2512 by not fixing it.
1 parent c7bd7a3 commit 070d7a6

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

doc/Makefile

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PAPEROPT_a4 = -D latex_paper_size=a4
1212
PAPEROPT_letter = -D latex_paper_size=letter
1313
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
1414

15-
.PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex latexpdf changes linkcheck doctest
15+
.PHONY: help clean html dirhtml pickle json latex latexpdf changes linkcheck doctest
1616

1717
all: html-noplot
1818

@@ -22,8 +22,6 @@ help:
2222
@echo " dirhtml to make HTML files named index.html in directories"
2323
@echo " pickle to make pickle files"
2424
@echo " json to make JSON files"
25-
@echo " htmlhelp to make HTML files and a HTML help project"
26-
@echo " qthelp to make HTML files and a qthelp project"
2725
@echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
2826
@echo " latexpdf to make LaTeX files and run them through pdflatex"
2927
@echo " changes to make an overview of all changed/added/deprecated items"
@@ -65,21 +63,6 @@ json:
6563
@echo
6664
@echo "Build finished; now you can process the JSON files."
6765

68-
htmlhelp:
69-
$(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
70-
@echo
71-
@echo "Build finished; now you can run HTML Help Workshop with the" \
72-
".hhp project file in $(BUILDDIR)/htmlhelp."
73-
74-
qthelp:
75-
$(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp
76-
@echo
77-
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
78-
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
79-
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/scikit-learn.qhcp"
80-
@echo "To view the help file:"
81-
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/scikit-learn.qhc"
82-
8366
latex:
8467
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
8568
@echo

0 commit comments

Comments
 (0)