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))
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.