Fix #6900: sphinx-build: -D option does not considers 0 and 1 as a boolean value

This commit is contained in:
Takeshi KOMIYA
2019-12-09 23:53:55 +09:00
parent 2ec6ce85ef
commit ebdd210a6b
4 changed files with 23 additions and 1 deletions

View File

@@ -87,6 +87,8 @@ Bugs fixed
* #6876: LaTeX: multi-line display of authors on title page has ragged edges
* #6887: Sphinx crashes with docutils-0.16b0
* #6920: sphinx-build: A console message is wrongly highlighted
* #6900: sphinx-build: ``-D`` option does not considers ``0`` and ``1`` as a
boolean value
Testing
--------