summaryrefslogtreecommitdiff
path: root/doc/development/tutorials/autodoc_ext.rst
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2022-06-16 20:32:09 +0200
committerGitHub <noreply@github.com>2022-06-16 19:32:09 +0100
commit956cddb7d406a81edf26d80ff408f76aa01d0f24 (patch)
tree364db66bc08798a05c5c134768c97fa4b20c4574 /doc/development/tutorials/autodoc_ext.rst
parent2a88d8074bad2b7469ad47e78211bc3904192a96 (diff)
downloadsphinx-git-956cddb7d406a81edf26d80ff408f76aa01d0f24.tar.gz
Replace doclinter with sphinx-lint (#10389)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Diffstat (limited to 'doc/development/tutorials/autodoc_ext.rst')
-rw-r--r--doc/development/tutorials/autodoc_ext.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/development/tutorials/autodoc_ext.rst b/doc/development/tutorials/autodoc_ext.rst
index d8905710c..8de2e4d4a 100644
--- a/doc/development/tutorials/autodoc_ext.rst
+++ b/doc/development/tutorials/autodoc_ext.rst
@@ -123,7 +123,7 @@ For example, you have the following ``IntEnum``:
.. code-block:: python
:caption: my_enums.py
-
+
class Colors(IntEnum):
"""Colors enumerator"""
NONE = 0
@@ -138,5 +138,3 @@ This will be the documentation file with auto-documentation directive:
:caption: index.rst
.. autointenum:: my_enums.Colors
-
-