Closed kloczek closed 1 year ago
Just checked and looks like version could be obtained as well straght from notfound.__version__
without use importlib-metadata
🤔
It seems the error comes from and external Sphinx extension, sphinx-tabs
I released https://pypi.org/project/sphinx-notfound-page/1.0.0rc1/, please give it a try and let me know if it works fine for your use case.
Despite move pep517 backend from
setuptools
toflit
documentation still uses part of thesetuptools
'pkg_resources' is part of the
setuptools
and it should be rplaced byimportlib-metadata
. You can find examples of such migrations on https://github.com/pypa/setuptools/issues/3279#issuecomment-1106584262