We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c329087 commit f697431Copy full SHA for f697431
1 file changed
setup.py
@@ -39,7 +39,7 @@ def read_md(f):
39
return convert(f, 'rst')
40
41
# read_md = lambda f: convert(f, 'rst')
42
-except ImportError:
+except:
43
print('warning: pypandoc module not found, '
44
'could not convert Markdown to RST')
45
0 commit comments