Requirements and Installation

The latest stable version can be always found on PyPI.

Warning

I strongly discourage from installing it into your global site-packages because it will inevitably lead to conflicts. Either use pipx or create a virtualenv by hand.

doc2dash runs on Python 2.7, and 3.4+, and PyPy. Both Linux and macOS are supported although certain features are only available on macOS.

Viewer

To view the results, you will need a docset viewer, the most commonly known being Dash.app for macOS.

Other alternatives have been developed in cooperation with Dash.app’s developer Kapeli:

doc2dash is only tested against the original Dash.app though.