Lines Matching +full:linkcheck +full:- +full:docs
3 # FIXME: This hack is only in place to allow the libcxx.llvm.org/docs builder
5 # out-of-tree builds.
8 SPHINXOPTS = -n -W -v
9 SPHINXBUILD = sphinx-build
14 PAPEROPT_a4 = -D latex_paper_size=a4
15 PAPEROPT_letter = -D latex_paper_size=letter
16 ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
20 …ickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext …
29 -rm -rf $(BUILDDIR)/*
32 $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
34 @# FIXME: Remove this `cp` once HTML->Sphinx transition is completed.
35 @# Kind of a hack, but HTML-formatted docs are on the way out anyway.