Fix Sphinx warning

This commit is contained in:
ZipFile 2025-06-16 08:48:16 +00:00
parent 4bfe64563e
commit b261251b34
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,9 @@
dependency_injector.ext.starlette
=================================
.. automodule:: dependency_injector.ext.starlette
:members:
:inherited-members:
:show-inheritance:
.. disqus::

View File

@ -314,7 +314,7 @@ And to initialize all resources you can use ``init_resources()`` and ``shutdown_
# >>> Shutdown generic # >>> Shutdown generic
It works using the :ref:`traverse` method to find all resources of the specified type, selecting all resources It works using the ``traverse()`` method to find all resources of the specified type, selecting all resources
which are instances of the specified type. which are instances of the specified type.