diff --git a/changes/2629.misc.rst b/changes/2629.misc.rst new file mode 100644 index 0000000000..9e07e0d900 --- /dev/null +++ b/changes/2629.misc.rst @@ -0,0 +1 @@ +Support for Napoleon format was removed from the docs configuration. diff --git a/core/pyproject.toml b/core/pyproject.toml index 3d09110f62..76c6086b3b 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -90,7 +90,6 @@ docs = [ # Sphinx 2024.2.4 deprecated support for Python 3.8 "sphinx-autobuild == 2021.3.14 ; python_version < '3.9'", "sphinx-autobuild == 2024.4.16 ; python_version >= '3.9'", - "sphinx-autodoc-typehints == 2.1.0", "sphinx-csv-filter == 0.4.1", "sphinx-copybutton == 0.5.2", "sphinx-toolbox == 3.5.0", diff --git a/docs/conf.py b/docs/conf.py index bc1e10f5c4..8ceba40f04 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,7 +28,6 @@ # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = [ "sphinx.ext.autodoc", - "sphinx.ext.napoleon", "sphinx.ext.todo", "sphinx_tabs.tabs", "crate.sphinx.csv",