We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f11af commit a2c48ffCopy full SHA for a2c48ff
docs/source/_exts/autogen_api_docs.py
@@ -29,7 +29,7 @@ def generate_api_docs():
29
"private.misc": [PRIVATE_MISC_TITLE],
30
}
31
32
- for file in sorted(PACKAGE_SRC.glob("**/*.py")):
+ for file in sorted(PACKAGE_SRC.glob("[!node_modules]/**/*.py")):
33
if file.stem.startswith("__"):
34
# skip __init__ and __main__
35
continue
0 commit comments