Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试mkdocs serve在 Windows 命令提示符下运行该命令,但它不起作用。我收到以下错误:
mkdocs serve
信息 - 建筑文档... 错误 - 配置值:'markdown_extensions'。错误:加载扩展“mdx_math”失败。 因 1 个配置错误而中止!
因 1 个配置错误而中止!
然后我注意到我的终端目录不在MkDocs 网站mkdocs.yml中所述的文件上,但是当我运行命令将目录更改为 时,出现以下错误:cdmkdocs.yml
mkdocs.yml
cd
目录名称无效。
看来您的扩展程序未安装。
尝试: pip install mdx_math
pip install mdx_math
请通过以下方式安装缺少的扩展程序
pip install python-markdown-math