Skip to content

Commit

Permalink
update call to rst2html5
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Jul 2, 2024
1 parent ab23804 commit f1c0eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ clean:
rm -f $(PAGES)

%.html: %.rst rst_template.txt _assets/* $(INCLUDES)
rst2html5.py $(RST_OPTIONS) $< $@
rst2html5 $(RST_OPTIONS) $< $@

demo.html: demo.rst rst_template.txt _assets/* $(INCLUDES)
# The asciinema stylesheet is really big (50K), so only embed it into the demo page,
# not every page. To do this, we specialize on the pattern rule above.
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 comments on commit f1c0eb1

Please sign in to comment.