mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix flake8 violation in conf.py
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -28,6 +28,7 @@ Bugs fixed
|
|||||||
* #5636: C++, fix parsing of floating point literals.
|
* #5636: C++, fix parsing of floating point literals.
|
||||||
* #5496 (again): C++, fix assertion in partial builds with duplicates.
|
* #5496 (again): C++, fix assertion in partial builds with duplicates.
|
||||||
* #5724: quickstart: sphinx-quickstart fails when $LC_ALL is empty
|
* #5724: quickstart: sphinx-quickstart fails when $LC_ALL is empty
|
||||||
|
* #1956: Default conf.py is not PEP8-compliant
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
--------
|
--------
|
||||||
|
|||||||
@@ -202,3 +202,4 @@ intersphinx_mapping = {'https://docs.python.org/': None}
|
|||||||
# If true, `todo` and `todoList` produce output, else they produce nothing.
|
# If true, `todo` and `todoList` produce output, else they produce nothing.
|
||||||
todo_include_todos = True
|
todo_include_todos = True
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user