mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
fix trailing space
This commit is contained in:
parent
1d5c7d1f20
commit
04bc952dd9
@ -365,7 +365,7 @@ def test_html(app):
|
|||||||
confoverrides={'html_sidebars': {'*': ['globaltoc.html']}},
|
confoverrides={'html_sidebars': {'*': ['globaltoc.html']}},
|
||||||
)
|
)
|
||||||
def test_html_with_globaltoc_and_hidden_toctree(app):
|
def test_html_with_globaltoc_and_hidden_toctree(app):
|
||||||
# issue #1157: combination of 'globaltoc.html' and hidden toctree cause
|
# issue #1157: combination of 'globaltoc.html' and hidden toctree cause
|
||||||
# exception.
|
# exception.
|
||||||
(app.srcdir / 'contents.rst').write_text(
|
(app.srcdir / 'contents.rst').write_text(
|
||||||
'\n.. toctree::'
|
'\n.. toctree::'
|
||||||
|
Loading…
Reference in New Issue
Block a user