src/source/conf.py
branchdoc-dc
changeset 48 ca7d05086e67
parent 45 918d3c9b53ee
child 49 a33f67e15345
--- a/src/source/conf.py	Thu Apr 12 11:44:17 2018 +0200
+++ b/src/source/conf.py	Thu Apr 12 14:08:01 2018 +0200
@@ -235,3 +235,7 @@
         else:
             return super(self.__class__, self).__doc__
     FieldProperty.__doc__ = property(get_field_doc)
+
+
+def setup(app):
+    app.add_stylesheet('css/custom.css')