Skip to content

Commit b635aa6

Browse files
committed
doc: prepare Sphinx conf for typing stubs
1 parent cc5a1ea commit b635aa6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • {{ cookiecutter.pypi_package_name }}/doc/sphinx

{{ cookiecutter.pypi_package_name }}/doc/sphinx/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
autoapi_dirs = ['../../{{ cookiecutter.python_package_name }}']
2727
autoapi_keep_files = True
28+
autoapi_ignore = ['**/stubs/**']
2829
autoapi_options = [
2930
'members',
3031
'undoc-members',

0 commit comments

Comments
 (0)