Skip to content

Commit 1b4b3d3

Browse files
committed
Fix some more Sphinx warnings
1 parent d8e49f7 commit 1b4b3d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/examples/django.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Container is wired to the ``views`` module in the app config ``web/apps.py``:
7878

7979
.. literalinclude:: ../../examples/miniapps/django/web/apps.py
8080
:language: python
81-
:emphasize-lines: 13
81+
:emphasize-lines: 12
8282

8383
Tests
8484
-----

docs/main/changelog.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ follows `Semantic versioning`_
1414
with updated documentation and examples.
1515
See discussion:
1616
https://github.com/ets-labs/python-dependency-injector/pull/721#issuecomment-2025263718
17-
- Fix ``root`` property shadowing in ``ConfigurationOption`` (`#875 https://github.com/ets-labs/python-dependency-injector/pull/875`_)
18-
- Fix incorrect monkeypatching during ``wire()`` that could violate MRO in some classes (`#886 https://github.com/ets-labs/python-dependency-injector/pull/886`_)
17+
- Fix ``root`` property shadowing in ``ConfigurationOption`` (`#875 <https://github.com/ets-labs/python-dependency-injector/pull/875>`_)
18+
- Fix incorrect monkeypatching during ``wire()`` that could violate MRO in some classes (`#886 <https://github.com/ets-labs/python-dependency-injector/pull/886>`_)
1919
- ABI3 wheels are now published for CPython.
2020
- Drop support of Python 3.7.
2121

@@ -371,8 +371,8 @@ Many thanks to `ZipFile <https://github.com/ZipFile>`_ for both contributions.
371371
- Make refactoring of wiring module and tests.
372372
See PR # `#406 <https://github.com/ets-labs/python-dependency-injector/issues/406>`_.
373373
Thanks to `@withshubh <https://github.com/withshubh>`_ for the contribution:
374-
- Remove unused imports in tests.
375-
- Use literal syntax to create data structure in tests.
374+
- Remove unused imports in tests.
375+
- Use literal syntax to create data structure in tests.
376376
- Add integration with a static analysis tool `DeepSource <https://deepsource.io/>`_.
377377

378378
4.26.0

0 commit comments

Comments
 (0)