To simplify, sphinx uses external mock package even if unittest.mock exists.

This commit is contained in:
shimizukawa
2016-10-15 16:22:27 +09:00
parent ec8dd32e35
commit 487f3db5f6
12 changed files with 20 additions and 26 deletions
+5
View File
@@ -44,6 +44,11 @@ Bugs fixed
* #3038: ``sphinx.ext.math*`` raises TypeError if labels are duplicated
* #3031: incompatibility with LaTeX package ``tocloft``
Testing
--------
* To simplify, sphinx uses external mock package even if unittest.mock exists.
Documentation
-------------