diff options
author | igo95862 <igo95862@yandex.ru> | 2021-03-08 12:23:02 +0300 |
---|---|---|
committer | igo95862 <igo95862@yandex.ru> | 2021-03-09 17:57:30 +0300 |
commit | c57cb0b5ed02990b376ffc8b3ba58a95c4faba70 (patch) | |
tree | aabd6581aad3ec405db07a72c1bd5eabe9a1a33e /sphinx/application.py | |
parent | a56f69b916c1ae139eb1f38ee6d147b71b3d1d59 (diff) | |
download | sphinx-git-c57cb0b5ed02990b376ffc8b3ba58a95c4faba70.tar.gz |
doc: Link autodoc tutorial in add_autodocumenter docstring
Uses :ref: link because :doc: does not work.
Diffstat (limited to 'sphinx/application.py')
-rw-r--r-- | sphinx/application.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/application.py b/sphinx/application.py index b5cc44268..7812cecc9 100644 --- a/sphinx/application.py +++ b/sphinx/application.py @@ -1102,7 +1102,7 @@ class Sphinx: If *override* is True, the given *cls* is forcedly installed even if a documenter having the same name is already installed. - .. todo:: Add real docs for Documenter and subclassing + See :ref:`autodoc_ext_tutorial`. .. versionadded:: 0.6 .. versionchanged:: 2.2 |