diff options
author | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-09-13 14:57:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 14:57:11 +0200 |
commit | 91a605c6f1a55887f38faf736c76c20ab5562bb3 (patch) | |
tree | ab0b31ce8a3829a95fa7d90c7823899946a42cd3 /doc/tutorial | |
parent | 5daf33694360cbff95cf72ff951ed7c906ee9748 (diff) | |
download | sphinx-git-91a605c6f1a55887f38faf736c76c20ab5562bb3.tar.gz |
Highlight only function docstring
Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
Diffstat (limited to 'doc/tutorial')
-rw-r--r-- | doc/tutorial/automatic-doc-generation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/automatic-doc-generation.rst b/doc/tutorial/automatic-doc-generation.rst index d4c02698d..8c6e80236 100644 --- a/doc/tutorial/automatic-doc-generation.rst +++ b/doc/tutorial/automatic-doc-generation.rst @@ -33,7 +33,7 @@ as follows: .. code-block:: python :caption: lumache.py - :emphasize-lines: 1-9 + :emphasize-lines: 2-11 def get_random_ingredients(kind=None): """ |