Recently studied Eventlet's data, opened the official website document (http://eventlet.net/doc/) but not necessarily has the download. Helpless Windows installation Sphinx powerless ...
So ran to GitHub to find this project, because no git installed on Windows, had to download the project's source package, open its doc directory
You can see the makefile inside.
I simply send it to Xubuntu in the virtual machine, install Sphinx using the following command:
Apt-get Install Python-sphinx
In the Doc directory, enter:
Make HTML
Will generate a _build directory, which is the document you want, directly rename the _build, packaged as a zip sent back to Windows, open the package in the HTML directory index.html to view
Reference:
Http://www.cnblogs.com/yanhuiw/p/3756085.html
Http://www.cnblogs.com/Romantic/articles/3586229.html
#sphinx # Generating HTML documents