Skip to content

Commit f1c0eb1

Browse files
update call to rst2html5
1 parent ab23804 commit f1c0eb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ clean:
2727
rm -f $(PAGES)
2828

2929
%.html: %.rst rst_template.txt _assets/* $(INCLUDES)
30-
rst2html5.py $(RST_OPTIONS) $< $@
30+
rst2html5 $(RST_OPTIONS) $< $@
3131

3232
demo.html: demo.rst rst_template.txt _assets/* $(INCLUDES)
3333
# The asciinema stylesheet is really big (50K), so only embed it into the demo page,
3434
# not every page. To do this, we specialize on the pattern rule above.
35-
rst2html5.py $(RST_OPTIONS) --stylesheet-path=$(STYLESHEETS),_assets/asciinema-player-v2.4.1.css $< $@
35+
rst2html5 $(RST_OPTIONS) --stylesheet-path=$(STYLESHEETS),_assets/asciinema-player-v2.4.1.css $< $@

0 commit comments

Comments
 (0)