Sphinx 教程 - 问题

Sphinx tutorial - problems

继 Sphinx sampledoc tutorial(由 matplotlib 作者编写)之后,我 运行 遇到自定义外观的问题。

项目构建没有错误,但不是这个

我看到了这个

或者如果我缩小window,这个

(我删掉的项目名称)

我尝试打开 sphinx-build 的详细输出,但没有任何迹象表明可能出了什么问题。

本教程适用于旧版本的 Sphinx,其中默认主题已更改。您必须将 conf.py 中的 html_theme 选项更改为 classic,这是旧的默认值。