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
7
7
8
8
9
9
# ##############################################################################
10
- # (B) Use `m2r ` to convert automatically produced `.md` docs to `.rst`
10
+ # (B) Use `m2r2 ` to convert automatically produced `.md` docs to `.rst`
11
11
# ##############################################################################
12
12
13
- # Install `m2r `
14
- pip3 install m2r
13
+ # Install `m2r2 `
14
+ pip3 install m2r2
15
15
16
16
# Copy and then convert the `.md` docs
17
17
cp ./* .md docs/
18
18
cd docs/ || exit
19
- m2r --overwrite ./* .md
19
+ m2r2 --overwrite ./* .md
20
20
21
21
# Change excess `H1` headings to `H2` in converted `CHANGELOG.rst`
22
22
sed -i -e ' /^=.*$/s/=/-/g' CHANGELOG.rst
You can’t perform that action at this time.
0 commit comments