Skip to content

Commit fddb0b7

Browse files
committed
Make make docs work with recent rst2html
Signed-off-by: Bert van Hall <[email protected]>
1 parent d5e231e commit fddb0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ wininst:
2424
$(PYTHON) setup.py bdist_wininst -d.
2525

2626
docs:
27-
rst2html docs/manual.txt docs/manual.html
27+
rst2html5.py docs/manual.txt docs/manual.html
2828
make -C docs/manual html
2929

3030
wheel:

0 commit comments

Comments
 (0)