parm
parm copied to clipboard
docutils dependency missing
setup.py does now have dependency to docutils. Is this intentional?
(Now you need to separately do pip install docutils)
No, setup.py doesn't need docutils, only when you use rst2md it'll need it. If you just use markdown, it only depends par module.
Aha cool. My bad :)