Merge branch '1.8' into 5834_apidoc_wrong_help

This commit is contained in:
Takeshi KOMIYA
2018-12-20 11:31:50 +09:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ Bugs fixed
* #5636: C++, fix parsing of floating point literals.
* #5496 (again): C++, fix assertion in partial builds with duplicates.
* #5724: quickstart: sphinx-quickstart fails when $LC_ALL is empty
* #1956: Default conf.py is not PEP8-compliant
* #5834: apidoc: wrong help for ``--tocfile``
Testing

View File

@@ -202,3 +202,4 @@ intersphinx_mapping = {'https://docs.python.org/': None}
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True
{%- endif %}