Added sphinx-reredirects to docs Makefile

This commit is contained in:
Andrew Murray 2024-03-01 08:21:14 +11:00
parent e39fb2ef14
commit bdabbd6b0f

View File

@ -46,7 +46,7 @@ clean:
-rm -rf $(BUILDDIR)/*
install-sphinx:
$(PYTHON) -m pip install --quiet furo olefile sphinx sphinx-copybutton sphinx-inline-tabs sphinx-removed-in sphinxext-opengraph
$(PYTHON) -m pip install --quiet furo olefile sphinx sphinx-copybutton sphinx-inline-tabs sphinx-removed-in sphinx-reredirects sphinxext-opengraph
.PHONY: html
html: