Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorigo95862 <igo95862@yandex.ru>2021-03-08 12:23:02 +0300
committerigo95862 <igo95862@yandex.ru>2021-03-09 17:57:30 +0300
commitc57cb0b5ed02990b376ffc8b3ba58a95c4faba70 (patch)
treeaabd6581aad3ec405db07a72c1bd5eabe9a1a33e /sphinx/application.py
parenta56f69b916c1ae139eb1f38ee6d147b71b3d1d59 (diff)
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.py2
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