diff options
| author | DavePutz <dwputz@gmail.com> | 2020-08-18 15:20:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-18 15:20:01 -0500 |
| commit | 0311c34746bc8e169995938fab0a04ac3a87826b (patch) | |
| tree | f437e6393c347ddaf54e57025426fb158c78313b /docs/autoapi/templates/python/module.rst | |
| parent | 1f759537c9452f736cb27e4e48a3bbf0c483db00 (diff) | |
| parent | 8e77981ad580505f9ca918a489660db56d3776b2 (diff) | |
Merge pull request #21 from adafruit/main
Pull from adafruit main
Diffstat (limited to 'docs/autoapi/templates/python/module.rst')
| -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 |
