Skip to content

Commit

Permalink
Doc: remove napoleon extension
Browse files Browse the repository at this point in the history
It's broken on Python 3.11.
  • Loading branch information
vstinner committed Jul 24, 2023
1 parent 96f2289 commit 6adb54e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
extensions = [
# Auto-generate documentation from code.
'sphinx.ext.autodoc',
# Convert Google or numpy-style docstrings to rst.
'sphinx.ext.napoleon',
]

# Augment sys.path to allow project module import.
Expand Down Expand Up @@ -93,11 +91,6 @@
#modindex_common_prefix = []


# -- Options for Napoleon ----------------------------------------------------
napoleon_include_init_with_doc = True
# Include documentation for any special members that have a docstring.
napoleon_include_special_with_doc = True

# -- Options for HTML output ---------------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
Expand Down

0 comments on commit 6adb54e

Please sign in to comment.