From 0728fcb48dff96792e8fdc177608f0a034d22171 Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Thu, 21 Apr 2022 10:08:12 +0100 Subject: [PATCH] Fixed issues raised by sphinx-lint. --- docs/changelog.rst | 2 +- docs/drf_yasg.rst | 2 +- docs/readme.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4d7817ae..565b0521 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1 +1 @@ -.. include:: ../CHANGELOG.rst \ No newline at end of file +.. include:: ../CHANGELOG.rst diff --git a/docs/drf_yasg.rst b/docs/drf_yasg.rst index 99277ff6..508d6d29 100644 --- a/docs/drf_yasg.rst +++ b/docs/drf_yasg.rst @@ -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 `. - :py:class:`~drf_yasg.openapi.Schema` is not required and can be eliminated. Use a plain :py:class:`dict` instead. diff --git a/docs/readme.rst b/docs/readme.rst index 7f1854e9..4dc0eb5d 100644 --- a/docs/readme.rst +++ b/docs/readme.rst @@ -1,3 +1,3 @@ .. _readme: -.. include:: ../README.rst \ No newline at end of file +.. include:: ../README.rst