Skip to content

Commit e396241

Browse files
committed
add instructions for issue free rst2html5 installation & consecutive builds
1 parent aabe234 commit e396241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ All pages are meant to load very quickly with few/no external resources. All pag
99
HTML files are **never** committed to this ("source") branch. Github Actions automatically updates
1010
the published ("master") branch. **Therefore pull requests should be submitted only to the "source" branch.**
1111

12-
To locally preview changes, update the HTML after editing a rST file, run `make`.
13-
This requires a relatively recent docutils release, since it uses rst2html5.
12+
To locally preview changes, update the HTML after editing a rST file, run `make`. To clean all rendered HTML and remake, run `make clean all`.
13+
This requires a relatively recent docutils release, since it uses rst2html5. To install rst2html5 `python3 -m pip install rst2html5`
1414

1515
## Release docs
1616

0 commit comments

Comments
 (0)