From 2986435c28a4a8b0a6cbf1bb462e628a1f830be0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 13 Oct 2020 19:33:11 +0200 Subject: fixup! WIP: Generate Sphinx documentation --- bindings/python/_static/custom.css | 4 ++++ 1 file changed, 4 insertions(+) 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 } -- cgit v1.2.1