Skip to content

Commit 01e08b9

Browse files
committed
woops, forgot to remove pandoc as a dependency
1 parent 76350e0 commit 01e08b9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

fabfile.py

+2-6
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,5 @@ def bootstrap_docs():
4343
"""
4444
Setup docs.
4545
"""
46-
if readme_to_rst():
47-
build_sphinx_html()
48-
serve_sphinx()
49-
50-
else:
51-
print "Exiting so you can install pandoc."
46+
build_sphinx_html()
47+
serve_sphinx()

0 commit comments

Comments
 (0)