Skip to content

Commit 9f3e987

Browse files
committed
chore(doc): Move task down
1 parent 929e1ba commit 9f3e987

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ html:
4848
@echo
4949
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
5050

51-
redirects:
52-
$(SPHINXBUILD) -b rediraffewritediff $(ALLSPHINXOPTS) $(BUILDDIR)/html
53-
@echo
54-
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
55-
5651
dirhtml:
5752
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
5853
@echo
@@ -159,6 +154,11 @@ doctest:
159154
@echo "Testing of doctests in the sources finished, look at the " \
160155
"results in $(BUILDDIR)/doctest/output.txt."
161156

157+
redirects:
158+
$(SPHINXBUILD) -b rediraffewritediff $(ALLSPHINXOPTS)
159+
@echo
160+
@echo "Build finished. The redirects are in rediraffe_redirects."
161+
162162
checkbuild:
163163
rm -rf $(BUILDDIR)
164164
$(SPHINXBUILD) -n -q ./ $(BUILDDIR)

0 commit comments

Comments
 (0)