mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set of nodes for which the text is checked.
This commit is contained in:
parent
1058fc7023
commit
ac90529cc5
31 changed files with 128 additions and 127 deletions
|
|
@ -1474,7 +1474,7 @@ For example, if you had ``organic.py`` and ``synthetic.py`` in the ``models``
|
|||
directory:
|
||||
|
||||
.. code-block:: python
|
||||
:caption: myapp/models/__init__.py
|
||||
:caption: ``myapp/models/__init__.py``
|
||||
|
||||
from .organic import Person
|
||||
from .synthetic import Robot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue