diff options
author | David Robillard <d@drobilla.net> | 2020-10-13 19:33:11 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-27 13:13:59 +0100 |
commit | 2986435c28a4a8b0a6cbf1bb462e628a1f830be0 (patch) | |
tree | 4158fc7ee5c230981f6471805cffc80d0e7b9b1e /bindings/python | |
parent | 5acb2a8174a9db23e67ed8e5ce14ee5bb3d1506d (diff) | |
download | serd-2986435c28a4a8b0a6cbf1bb462e628a1f830be0.tar.gz serd-2986435c28a4a8b0a6cbf1bb462e628a1f830be0.tar.bz2 serd-2986435c28a4a8b0a6cbf1bb462e628a1f830be0.zip |
fixup! WIP: Generate Sphinx documentation
Diffstat (limited to 'bindings/python')
-rw-r--r-- | bindings/python/_static/custom.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bindings/python/_static/custom.css b/bindings/python/_static/custom.css index 37807922..9542e3be 100644 --- a/bindings/python/_static/custom.css +++ b/bindings/python/_static/custom.css @@ -22,6 +22,10 @@ img.logo { padding-top : 1.5em } +.exception { + padding-top : 1.5em +} + .function { padding-top : 1.5em } |