在我的conf.py它說我應該看到內置主題列表的文檔。現在我的第一個谷歌命中導致我http://www.sphinx-doc.org/en/stable/theming.html#builtin-themes。那裏有一些我的獅身人面像不知道的主題。例如'經典'。獅身人面像內置主題找不到
在conf.pyhtml_theme = 'classic'
在我的殼
我做的:sphinx-build -b html source build
writing output... [100%] index
Exception occurred:
File "~\appdata\local\programs\python\python35\lib\site-packages\sphinx\jinja2glue.py", line 200, in get_source
raise TemplateNotFound(template)
jinja2.exceptions.TemplateNotFound: about.html
Sphinx的版本:1.6.3。
是否有內置主題的工作? – mzjn
是的,ha句和卷軸工作的例子。 – Nozdrum