Fix #7343: Sphinx builds has been slower since 2.4.0 on debug mode

For now, the debug log from SphinxTranslator does not help developers.
So this disable the log outputs.  Let's reconsider if we'll need it.
This commit is contained in:
Takeshi KOMIYA
2020-03-20 22:25:20 +09:00
parent e3abdd9166
commit 23ffd8e01c
2 changed files with 2 additions and 4 deletions

View File

@@ -16,6 +16,8 @@ Features added
Bugs fixed
----------
* #7343: Sphinx builds has been slower since 2.4.0 on debug mode
Testing
--------