From 6adb54edd66fc98214176f69de809617baf2216a Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 24 Jul 2023 19:59:58 +0200 Subject: [PATCH] Doc: remove napoleon extension It's broken on Python 3.11. --- doc/conf.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 390683c3..870eb0a8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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. @@ -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