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?