Skip to content

Commit

Permalink
Fixed issues raised by sphinx-lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
ngnpope committed Apr 21, 2022
1 parent 86753a9 commit 0728fcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.. include:: ../CHANGELOG.rst
.. include:: ../CHANGELOG.rst
2 changes: 1 addition & 1 deletion docs/drf_yasg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Helper Classes
- ``schema`` argument is called ``response``
- Order of arguments differs, so use keyword arguments.

- :py:class:`~drf_spectacular.utils.OpenApiExample` is available for providing ``examples`` to
- :py:class:`~drf_spectacular.utils.OpenApiExample` is available for providing ``examples`` to
:py:func:`@extend_schema <drf_spectacular.utils.extend_schema>`.

- :py:class:`~drf_yasg.openapi.Schema` is not required and can be eliminated. Use a plain :py:class:`dict` instead.
Expand Down
2 changes: 1 addition & 1 deletion docs/readme.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.. _readme:

.. include:: ../README.rst
.. include:: ../README.rst

0 comments on commit 0728fcb

Please sign in to comment.