]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
repair sphinx undoc-members directive
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Aug 2022 19:29:31 +0000 (15:29 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Aug 2022 19:29:31 +0000 (15:29 -0400)
"undoc-members" : False means *include* undocumented
members, it seems.

Change-Id: I90faf9b3ce3a94448b6522f7ad9946426f762900

doc/build/conf.py

index 628dec47e47379290bd1350b9eb70f9d1a738768..7abdd45e2e4428c6f3c942d93284bcb5f9dbae09 100644 (file)
@@ -115,7 +115,7 @@ autodoc_class_signature = "separated"
 
 autodoc_default_options = {
     "exclude-members": "__new__",
-    "undoc-members": False,
+    "no-undoc-members": True,
 }
 
 # enable "annotation" indicator.  doesn't actually use this