We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab23804 commit f1c0eb1Copy full SHA for f1c0eb1
Makefile
@@ -27,9 +27,9 @@ clean:
27
rm -f $(PAGES)
28
29
%.html: %.rst rst_template.txt _assets/* $(INCLUDES)
30
- rst2html5.py $(RST_OPTIONS) $< $@
+ rst2html5 $(RST_OPTIONS) $< $@
31
32
demo.html: demo.rst rst_template.txt _assets/* $(INCLUDES)
33
# The asciinema stylesheet is really big (50K), so only embed it into the demo page,
34
# 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 $< $@
+ rst2html5 $(RST_OPTIONS) --stylesheet-path=$(STYLESHEETS),_assets/asciinema-player-v2.4.1.css $< $@
0 commit comments