gpt4 book ai didi

pycharm - 未知指令类型 "toctree"。 Pycharm 中的错误,但 index.html 有效

转载 作者:行者123 更新时间:2023-12-04 01:06:45 25 4
gpt4 key购买 nike

在 PyCharm 中工作时,我在 Sphinx 中创建的文档的预览模式显示:

System Message: ERROR/3 (<stdin>, line 9)

Unknown directive type "toctree".

..toctree::
:maxdepth: 2

file1
file2

我已经包含了 autodoc我的 conf.py 文件中的扩展名。当我打开/build/index.html 文件时,它工作正常。因此,我的问题是:如何从 PyCharm 预览模式中删除此错误,以便我可以预览我的文档而不必一直打开/build/index.html 文件?

最佳答案

Sphinx 建立在 Docutils 库之上。 toctree指令适用于 Sphinx,但它不被 Docutils 识别。

PyCharm 预览器不使用 Sphinx(自 2019 年起,免费社区版和专业版都是如此);它可能使用 rst2html.py来自 Docutils。

这个邮件列表线程是关于相同的错误:https://web.archive.org/web/20180715103227/https://mail.python.org/pipermail/python-list/2008-June/493826.html

关于pycharm - 未知指令类型 "toctree"。 Pycharm 中的错误,但 index.html 有效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53130720/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com