'make htmldocs'的安装和使用

时间:2018-05-03 21:17:18

标签: linux restructuredtext rst2html.py

我想将Linux内核的第一个文件转换为html文件。 请提供明确的步骤来安装所需的软件包和命令,以生成第一个文件到html。

我已经使用以下命令安装了sphinx

sudo apt-get install sphinxsearch

当我运行'make htmldocs'

时遇到错误
The Sphinx 'sphinx_rtd_theme' HTML theme was not found

如果可能的话,你能帮我安装正确的软件包吗? 它看起来很棘手,我已经尝试过了。

1 个答案:

答案 0 :(得分:0)

我刚刚发现Linux内核中有一个文档解释了使用'make pdfdocs'所需的信息:

Reference: Documentation/doc-guide/sphinx.rst

#sudo apt-get install sphinxsearch
#sudo apt-get install python-sphinx-rtd-theme
#sudo apt-get install texlive-latex-recommended
#sudo apt-get install texlive-base
#sudo apt-get install graphviz
#sudo apt-get install imagemagick

从内核根目录

运行以下命令
#/usr/bin/virtualenv ~/sphinx_1.4
#. ~/sphinx_1.4/bin/activate
#pip install -r Documentation/sphinx/requirements.txt
#make htmldocs

生成的html文档位于Documents / output