From 1b4b3d349f42d15d160586b73d1b7487a4c37cbd Mon Sep 17 00:00:00 2001 From: ZipFile Date: Tue, 3 Jun 2025 20:33:13 +0000 Subject: [PATCH] Fix some more Sphinx warnings --- docs/examples/django.rst | 2 +- docs/main/changelog.rst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/examples/django.rst b/docs/examples/django.rst index 08e6e757..1a5b781f 100644 --- a/docs/examples/django.rst +++ b/docs/examples/django.rst @@ -78,7 +78,7 @@ Container is wired to the ``views`` module in the app config ``web/apps.py``: .. literalinclude:: ../../examples/miniapps/django/web/apps.py :language: python - :emphasize-lines: 13 + :emphasize-lines: 12 Tests ----- diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 06acc716..05bb9e9a 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -14,8 +14,8 @@ follows `Semantic versioning`_ with updated documentation and examples. See discussion: https://github.com/ets-labs/python-dependency-injector/pull/721#issuecomment-2025263718 -- Fix ``root`` property shadowing in ``ConfigurationOption`` (`#875 https://github.com/ets-labs/python-dependency-injector/pull/875`_) -- Fix incorrect monkeypatching during ``wire()`` that could violate MRO in some classes (`#886 https://github.com/ets-labs/python-dependency-injector/pull/886`_) +- Fix ``root`` property shadowing in ``ConfigurationOption`` (`#875 `_) +- Fix incorrect monkeypatching during ``wire()`` that could violate MRO in some classes (`#886 `_) - ABI3 wheels are now published for CPython. - Drop support of Python 3.7. @@ -371,8 +371,8 @@ Many thanks to `ZipFile `_ for both contributions. - Make refactoring of wiring module and tests. See PR # `#406 `_. Thanks to `@withshubh `_ for the contribution: - - Remove unused imports in tests. - - Use literal syntax to create data structure in tests. + - Remove unused imports in tests. + - Use literal syntax to create data structure in tests. - Add integration with a static analysis tool `DeepSource `_. 4.26.0