标签: windows python-sphinx
继Sphinx sampledoc tutorial(由matplotlib作者撰写)后,我遇到了定制外观的问题。
项目构建没有错误,但不是这个
我看到了这个
或者如果我缩小窗口,这个
(项目名称由我编辑)。
我试过打开sphinx-build的详细输出,但没有暗示可能出错的地方。
sphinx-build
答案 0 :(得分:1)
本教程适用于较旧版本的Sphinx,默认主题已更改。您必须将html_theme中的conf.py选项更改为classic,这是旧的默认设置。
html_theme
conf.py
classic