Fix #2178: Unparseable C++ cross-reference when referencing a function with :cpp:any:

This commit is contained in:
Takeshi KOMIYA
2015-12-27 16:29:07 +09:00
parent 87998df9cb
commit 07cc02a512
7 changed files with 123 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ Bugs fixed
* #2071: Fix same footnote in more than two section titles => LaTeX/PDF Bug
* #2040: Fix UnicodeDecodeError in sphinx-apidoc when author contains non-ascii characters
* #2193: Fix shutil.SameFileError if source directory and destination directory are same
* #2178: Fix unparseable C++ cross-reference when referencing a function with :cpp:any:
Release 1.3.3 (released Dec 2, 2015)