This plugin is broken for sphinx >= 4.0
robzor92 opened this issue · 0 comments
robzor92 commented
The Signature class is no longer defined in sphinx/util/inspect.py
Which means that using this plugin yields this error:
ImportError: cannot import name 'Signature' from 'sphinx.util.inspect' (/usr/local/lib/python3.8/dist-packages/sphinx/util/inspect.py
Just letting you guys know.
So I pinned the version to 3.5.4 to make it work for me.