mirror of
https://github.com/django/django.git
synced 2025-07-23 21:25:40 +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
|
@ -88,7 +88,7 @@ must ensure that they are configured correctly, by calling
|
|||
For example, assuming the following class-based view:
|
||||
|
||||
.. code-block:: python
|
||||
:caption: views.py
|
||||
:caption: ``views.py``
|
||||
|
||||
from django.views.generic import TemplateView
|
||||
|
||||
|
@ -105,7 +105,7 @@ the view, then passing a ``request`` to ``setup()``, before proceeding with
|
|||
your test's code:
|
||||
|
||||
.. code-block:: python
|
||||
:caption: tests.py
|
||||
:caption: ``tests.py``
|
||||
|
||||
from django.test import RequestFactory, TestCase
|
||||
from .views import HomeView
|
||||
|
@ -412,7 +412,7 @@ following structure::
|
|||
Let's take a look inside a couple of those files:
|
||||
|
||||
.. code-block:: python
|
||||
:caption: runtests.py
|
||||
:caption: ``runtests.py``
|
||||
|
||||
#!/usr/bin/env python
|
||||
import os
|
||||
|
@ -440,7 +440,7 @@ command-line options for controlling verbosity, passing in specific test
|
|||
labels to run, etc.
|
||||
|
||||
.. code-block:: python
|
||||
:caption: tests/test_settings.py
|
||||
:caption: ``tests/test_settings.py``
|
||||
|
||||
SECRET_KEY = 'fake-key'
|
||||
INSTALLED_APPS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue