【发布时间】:2014-01-05 21:45:48
【问题描述】:
我正在使用漂亮的 sphinx-bootstrap-theme 0.3.4 并尝试在 Sphinx Python 文档生成器 1.2 版之上应用它。
当我通过make html 构建文档时,我没有看到任何侧边栏,尽管在example 中显示它是可能的。两者都没有,我能够在构建配置文件(conf.py)中找到启用侧边栏的任何选项。
执行以下操作:
html_sidebars = {'sidebar': ['localtoc.html', 'sourcelink.html', 'searchbox.html']}
没用。
感谢您提供有关如何从这样的 Sphinx 主题启用侧边栏的任何提示。
【问题讨论】:
标签: python-sphinx