sphinx-contrib / napoleon

Other
148 stars 48 forks source link

Fix extension name #44

Open milosnikic opened 1 year ago

milosnikic commented 1 year ago

Extension name was changed to sphinx.ext.napoleon since the original one was causing following error: Could not import extension sphinxcontrib.napoleon (exception: cannot import name 'Callable' from 'collections' (/opt/homebrew/Cellar/python@3.11/3.11.1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/collections/__init__.py))

When make html script was called.