diff options
| author | Jerry Needell <jerryneedell@gmail.com> | 2020-08-07 12:48:41 -0400 |
|---|---|---|
| committer | Jerry Needell <jerryneedell@gmail.com> | 2020-08-07 12:48:41 -0400 |
| commit | 1d980d527e637fa0164a4b251239c99b5df0d7e8 (patch) | |
| tree | 37ede6fd884e48c503c5304ce0a38bbc2e14f356 /docs/autoapi | |
| parent | f7961b96a9345226f4d588046ed036a38d0bbd2f (diff) | |
| parent | 354edd9431725c57d3ef4c0340bd7e69c908275c (diff) | |
Merge remote-tracking branch 'upstream/main' into jerryn_rfm9x
Diffstat (limited to 'docs/autoapi')
| -rw-r--r-- | docs/autoapi/templates/python/module.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/autoapi/templates/python/module.rst b/docs/autoapi/templates/python/module.rst index 7ede6bdfd..63a1aaa76 100644 --- a/docs/autoapi/templates/python/module.rst +++ b/docs/autoapi/templates/python/module.rst @@ -18,8 +18,7 @@ {% set visible_subpackages = obj.subpackages|selectattr("display")|list %} {% if visible_subpackages %} .. toctree:: - :titlesonly: - :maxdepth: 3 + :maxdepth: 2 {% for subpackage in visible_subpackages %} {{ subpackage.short_name }}/index.rst |
