4.2. sphinx_rtd_theme 主题# pip install sphinx_rtd_theme 主题配置选项 conf.py 中添加如下选项,修改sidebar侧边栏最大深度为不限 html_theme_options = { 'navigation_depth': -1, } 配置官方文档 参考文章