Skip to content

Commit a626c5e

Browse files
committed
DOC: filter spurious link to 'Examples gallery'
- did not work properly when only building the HTML target
1 parent d344fec commit a626c5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ ALLSPHINXOPTS = $(SPHINX_OUTPUT) $(SPHINXOPTS) .
2020
html: gallery
2121
cp sphinx/ext_mathjax.py extensions.py
2222
$(SPHINXBUILD) -b html $(SPHINX_OUTPUT) $(SPHINX_OPTS) . $(BUILDDIR)/html
23+
./filter_spurious_link_from_html.py
2324
@echo
2425
@echo "html build finished: $(BUILDDIR)/html."
2526

0 commit comments

Comments
 (0)