Skip to content

Instantly share code, notes, and snippets.

@pbojinov
Last active September 20, 2019 14:29
Show Gist options
  • Save pbojinov/00a8159a83ac305af3c0 to your computer and use it in GitHub Desktop.
Save pbojinov/00a8159a83ac305af3c0 to your computer and use it in GitHub Desktop.
Creating your own Dash docset from projects using Sphinx documentation
sudo pip install sphinx # or pydoctor, depending on your project
sudo pip install doc2dash
git clone https://github.com/n1k0/casperjs.git
cd casperjs/docs
make
doc2dash -n casperjs --icon _static/images/casperjs-rounded.png --add-to-dash -d ~/Library/Application\ Support/Dash/DocSets/casperjs _build/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment