Skip to content

Commit

Permalink
Merge pull request #2629 from freakboy3742/dethrone-napoleon
Browse files Browse the repository at this point in the history
Remove Napoleon from the documentation configuration.
  • Loading branch information
freakboy3742 authored Jun 10, 2024
2 parents 19b8d20 + 67c32e8 commit 76efbba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions changes/2629.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support for Napoleon format was removed from the docs configuration.
1 change: 0 additions & 1 deletion core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 76efbba

Please sign in to comment.