Closes #1623: Return types specified with `:rtype:` are now turned into links if possible.

This commit is contained in:
Georg Brandl
2014-11-12 11:32:21 +01:00
parent 09d2c399d3
commit 6c194ad56f
6 changed files with 49 additions and 24 deletions

View File

@@ -123,6 +123,8 @@ Features added
to Jeppe Pihl.
* PR#299: add various options to sphinx-quickstart. Quiet mode option
``--quiet`` will skips wizard mode. Thanks to WAKAYAMA shirou.
* #1623: Return types specified with ``:rtype:`` are now turned into links if
possible.
Bugs fixed
----------