Fix flake8 violation in conf.py

This commit is contained in:
Takeshi KOMIYA
2018-12-20 10:31:07 +09:00
parent 518c2f2e0e
commit 33387a0343
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
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 %}