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 | |
| parent | 0e2d231445d26c0aa104fc834133cb096d1f2303 (diff) | |
| parent | ce911c5f5057cf72509ed9e704b46a66423b95d6 (diff) | |
Merge remote-tracking branch 'origin/main' into stm32-sdioio
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/autoapi/templates/python/module.rst | 3 | ||||
| -rw-r--r-- | docs/requirements.txt | 2 |
2 files changed, 2 insertions, 3 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 diff --git a/docs/requirements.txt b/docs/requirements.txt index d98e2b30c..f234638ea 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -sphinx<3 +sphinx<4 recommonmark==0.6.0 sphinxcontrib-svg2pdfconverter==0.1.0 astroid |
