Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi, I know this is a bit old but I was myself recently searching to parse the rst files to html to get the documentation offline. What you'll need to do is go to your build directory and run the command make html_docs. This uses sphinx to build the documentation (so make sure it is installed).

More details found in this post.