Skip to content

Commit 9d2c5fa

Browse files
committed
Make convert_readme.sh script check the output
1 parent d0461a3 commit 9d2c5fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

convert_readme.sh

100644100755
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
#!/bin/sh
2+
3+
# You will need pandoc to be installed for this to work correctly, as well as the PyPI packages docutils and pygments
4+
5+
set -e
16
pandoc --from=markdown --to=rst --output README.rst README.md
7+
python setup.py check --restructuredtext --strict --metadata

0 commit comments

Comments
 (0)