Skip to content

Commit fc7918e

Browse files
committed
docs(makefile): Add redirects command
1 parent a384e90 commit fc7918e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/Makefile

Lines changed: 5 additions & 0 deletions
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)