We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5a1ea commit b635aa6Copy full SHA for b635aa6
1 file changed
{{ cookiecutter.pypi_package_name }}/doc/sphinx/conf.py
@@ -25,6 +25,7 @@
25
26
autoapi_dirs = ['../../{{ cookiecutter.python_package_name }}']
27
autoapi_keep_files = True
28
+autoapi_ignore = ['**/stubs/**']
29
autoapi_options = [
30
'members',
31
'undoc-members',
0 commit comments