mkdocs-docs-zh icon indicating copy to clipboard operation
mkdocs-docs-zh copied to clipboard

mkdocs serve提示出错

Open randomlaw opened this issue 4 years ago • 1 comments

mkdocs serve提示出错,信息如下:

>mkdocs serve
INFO    -  Building documentation...
ERROR   -  Config value: 'markdown_extensions'. Error: Failed loading extension
"mdx_gh_links".

Aborted with 1 Configuration Errors!

环境(win7):

>py --version
Python 3.8.10

>mkdocs --version
mkdocs, version 1.0.4 from d:\python27\lib\site-packages\mkdocs (Python 2.7)

randomlaw avatar Oct 03 '21 04:10 randomlaw

我这只是翻译的官方文档😂 你这看提示是mdx_gh_links插件没有安装,使用python安装下应该能解决问题。

zimocode avatar Jan 03 '22 07:01 zimocode