Home  >  Article  >  Web Front-end  >  #sphinx#Generate html document_html/css_WEB-ITnose

#sphinx#Generate html document_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:48:391456browse

Recently researching eventlet information, I opened the official website document (http://eventlet.net/doc/) but it may not be downloaded. Unfortunately, it is impossible to install sphinx on windows. . .

So I went to github to find this project. Because git was not installed on Windows, I had to download the source code package of the project and open its doc directory

You can see the Makefile inside

I simply sent it to xubuntu in the virtual machine and used the following command to install sphinx:

apt-get install python-sphinx

In the doc directory, enter:

make html

A _build directory will be generated, which contains the document you want. Rename _build directly, package it as a zip and send it back to windows. Open the index.html in the html directory in the package to view


Reference:

http://www.cnblogs.com/yanhuiw/p/3756085.html

http://www.cnblogs. com/Romantic/articles/3586229.html


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn