math: ValueError is raised on parallel build. (refs: #4526)

This commit is contained in:
Takeshi KOMIYA
2018-01-31 01:34:12 +09:00
parent f766567e75
commit 7b4572a116
2 changed files with 2 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ Bugs fixed
* #4514: graphviz: workaround for wrong map ID which graphviz generates
* #4525: autosectionlabel does not support parallel build
* #3953: Do not raise warning when there is a working intersphinx inventory
* #4487: math: ValueError is raised on parallel build. Thanks to jschueller.
Testing
--------