File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,16 @@ sed -i -e "s_^\(version:\).*_\1 ${1}_" FORMULA
77
88
99# ##############################################################################
10- # (B) Use `m2r ` to convert automatically produced `.md` docs to `.rst`
10+ # (B) Use `m2r2 ` to convert automatically produced `.md` docs to `.rst`
1111# ##############################################################################
1212
13- # Install `m2r `
14- pip3 install m2r
13+ # Install `m2r2 `
14+ pip3 install m2r2
1515
1616# Copy and then convert the `.md` docs
1717cp ./* .md docs/
1818cd docs/ || exit
19- m2r --overwrite ./* .md
19+ m2r2 --overwrite ./* .md
2020
2121# Change excess `H1` headings to `H2` in converted `CHANGELOG.rst`
2222sed -i -e ' /^=.*$/s/=/-/g' CHANGELOG.rst
You can’t perform that action at this time.
0 commit comments