Skip to content

Commit f172506

Browse files
committed
docs(makefile): Add redirects command
1 parent 075be21 commit f172506

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@ doctest:
155155
@echo "Testing of doctests in the sources finished, look at the " \
156156
"results in $(BUILDDIR)/doctest/output.txt."
157157

158+
redirects:
159+
$(SPHINXBUILD) -b rediraffewritediff $(ALLSPHINXOPTS) $(BUILDDIR)/html
160+
@echo
161+
@echo "Build finished. The redirects are in rediraffe_redirects."
162+
158163
checkbuild:
159164
rm -rf $(BUILDDIR)
160165
$(SPHINXBUILD) -n -q ./ $(BUILDDIR)

0 commit comments

Comments
 (0)