diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-08-10 12:54:12 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-08-10 12:54:12 -0500 |
| commit | 1cf37623920a7da93f454c8b23f761ad2c4c54db (patch) | |
| tree | 5aef9a2a6ee1c306f639427cb6816d3eb129527e /docs/autoapi | |
| parent | 0e2d231445d26c0aa104fc834133cb096d1f2303 (diff) | |
| parent | ce911c5f5057cf72509ed9e704b46a66423b95d6 (diff) | |
Merge remote-tracking branch 'origin/main' into stm32-sdioio
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 |
