diff options
author | David Robillard <d@drobilla.net> | 2016-09-05 14:02:59 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-05 14:02:59 -0400 |
commit | 4369284c0ecc59c23d90dccde93f381324550945 (patch) | |
tree | fb2bdcde7ebfb6f0a5d3982e980202893dcfa643 /bindings/python/index.rst | |
parent | 40c27ead17ba80d8277d031f814e78d0a863360e (diff) | |
download | lilv-4369284c0ecc59c23d90dccde93f381324550945.tar.gz lilv-4369284c0ecc59c23d90dccde93f381324550945.tar.bz2 lilv-4369284c0ecc59c23d90dccde93f381324550945.zip |
Fix Python documentation generation
Diffstat (limited to 'bindings/python/index.rst')
-rw-r--r-- | bindings/python/index.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bindings/python/index.rst b/bindings/python/index.rst index e3ffc86..4616054 100644 --- a/bindings/python/index.rst +++ b/bindings/python/index.rst @@ -1,8 +1,9 @@ Lilv Python Documentation ========================= -.. toctree:: - :maxdepth: 2 - modules +.. toctree:: +.. automodule:: lilv + :noindex: + :members: |