def readme(ctx, browse=False): """Build README.rst. Requires Sphinx.""" ctx.run("rst2html.py README.rst > README.html") if browse: webbrowser.open_new_tab('README.html')