美文网首页
python-markdown3.4导致 sphinx buil

python-markdown3.4导致 sphinx buil

作者: 冥王星的卧底 | 来源:发表于2022-08-16 09:44 被阅读0次

    https://github.com/ryanfox/sphinx-markdown-tables/issues/36

    ...lib/python3.7/site-packages/sphinx_markdown_tables/init.py", line 24, in process_tables
    table_processor = markdown.extensions.tables.TableProcessor(md.parser)
    TypeError: init() missing 1 required positional argument: 'config'

    解决方法:
    在requirement.txt中添加
    Markdown < 3.4

    相关文章

      网友评论

          本文标题:python-markdown3.4导致 sphinx buil

          本文链接:https://www.haomeiwen.com/subject/ffyrgrtx.html