ryanfox / sphinx-markdown-tables

A markdown table plugin for Sphinx
GNU General Public License v3.0
59 stars 15 forks source link

exception: entry_points() got an unexpected keyword argument 'group' #34

Open probonopd opened 3 years ago

probonopd commented 3 years ago

Getting

https://github.com/helloSystem/docs/runs/4228593991?check_suite_focus=true#step:3:696

Extension error (sphinx_markdown_tables):
Handler <function process_tables at 0x7f4ff789b040> for event 'source-read' threw an exception (exception: entry_points() got an unexpected keyword argument 'group')
make: *** [Makefile:23: html] Error 2

What does this mean?

lhoestq commented 3 years ago

Hi ! Same error on my side when running in CircleCI, I'm still investigating

trond-snekvik commented 3 years ago

Origin: https://github.com/Python-Markdown/markdown/issues/1196