Merge pull request #2905 from shibukawa/fix/document

fix document build warning
This commit is contained in:
Takeshi KOMIYA 2016-08-26 14:58:58 +09:00 committed by GitHub
commit 7464d61651

View File

@ -105,7 +105,7 @@ Features added
* apidoc now avoids invalidating cached files by not writing to files whose
content doesn't change. This can lead to significant performance wins if
apidoc is run frequently.
* #2851: `sphinx.ext.math` emits missing-reference event if equation not found
* #2851: ``sphinx.ext.math`` emits missing-reference event if equation not found
* #1210: ``eqref`` role now supports cross reference
Bugs fixed