From e5e0ac0e36d8e6a990f2dec380bcd6715dd45367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 15 Jul 2019 12:31:23 +0200 Subject: [PATCH] doc: hmm, why corrade.containers were automagically included before? --- doc/python/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/python/conf.py b/doc/python/conf.py index aba2104..73dddf5 100644 --- a/doc/python/conf.py +++ b/doc/python/conf.py @@ -22,6 +22,7 @@ import magnum.trade # So the doc see everything # TODO: use just +=, m.css should reorder this on its own +corrade.__all__ = ['containers'] magnum.__all__ = ['math', 'gl', 'meshtools', 'platform', 'primitives', 'shaders', 'scenegraph', 'trade'] + magnum.__all__ # TODO ugh... can this be expressed directly in pybind?