Apparently two spaces doesn't cut it. This change fixes:
$ rst2html.py --strict README
README:5: (INFO/1) Enumerated list start value not ordinal-1: "3" (ordinal 3)
Exiting due to level-1 (INFO) system message.
I also use a bullet list for dependencies, because the order in which
you install them doesn't matter to me.
Signed-off-by: W. Trevor King <wking@tremily.us>
1. Ensure that a version of Python_ ≥3.2 is installed.
2. Install the required Python packages.
- 1. feedparser_
- 2. html2text_
+ * feedparser_
+ * html2text_
3. Figure out how you are going to send outgoing email. You have two
options here: either use an STMP server or a local sendmail
program. So,
- * determine your outgoing email server's SMTP address, or
- * install sendmail (or a compatible replacement like postfix).
+ * determine your outgoing email server's SMTP address, or
+ * install sendmail (or a compatible replacement like postfix).
Download
~~~~~~~~