diff options
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | doc/ext/linkcode.rst | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ Release 1.2 (in development) ============================ +* PR#47: Added :mod:`sphinx.ext.linkcode` extension. + * PR#75: Added ``--follow-links`` option to sphinx-apidoc. * PR#45: The linkcheck builder now checks ``#anchor``\ s for existence. diff --git a/doc/ext/linkcode.rst b/doc/ext/linkcode.rst index a4ac394c..f05a46f9 100644 --- a/doc/ext/linkcode.rst +++ b/doc/ext/linkcode.rst @@ -5,7 +5,7 @@ :synopsis: Add external links to source code. .. moduleauthor:: Pauli Virtanen -.. versionadded:: 1.1 +.. versionadded:: 1.2 This extension looks at your object descriptions (``.. class::``, ``.. function::`` etc.) and adds external links to code hosted |
