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

#sphinx#Generate html document_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:48:39
Original
1481 people have browsed it

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
Copy after login

In the doc directory, enter:

make html
Copy after login

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


Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template