diff --git a/docs/api/index.rst b/docs/api/index.rst index f7de7f22..6d767939 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -1,13 +1,10 @@ API Documentation ================= -.. automodule:: dependency_injector - -.. autodata:: VERSION - .. toctree:: :maxdepth: 2 + top_level providers injections catalogs diff --git a/docs/api/top_level.rst b/docs/api/top_level.rst index af0115e5..22e22af0 100644 --- a/docs/api/top_level.rst +++ b/docs/api/top_level.rst @@ -2,3 +2,4 @@ ----------------------- .. automodule:: dependency_injector + :members: VERSION