Fix #3351: intersphinx does not refers context

This commit is contained in:
Takeshi KOMIYA
2017-01-30 01:16:10 +09:00
parent 9fd0205b27
commit b39b0191a7
6 changed files with 69 additions and 2 deletions

View File

@@ -117,6 +117,8 @@ Bugs fixed
* C++, properly look up ``any`` references.
* #3624: sphinx.ext.intersphinx couldn't load inventories compressed with gzip
* #3551: PDF information dictionary is lacking author and title data
* #3351: intersphinx does not refers context like ``py:module``, ``py:class``
and so on.
Deprecated
----------