diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-12 02:50:43 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-12 02:50:43 +0900 |
commit | 279e547860ea68e3c357f55e608afec682a1f961 (patch) | |
tree | dc08e85ab0210538e30b5b801bf9d80ab49bfb3f /tests/test_build_html.py | |
parent | 859b5fcea71f8d4f46e0ef3726e68df54bfbc3b7 (diff) | |
parent | 64fb1e56242d93ee0e8c317ab9e7643242b99658 (diff) | |
download | sphinx-git-279e547860ea68e3c357f55e608afec682a1f961.tar.gz |
Merge branch '3.x'
Diffstat (limited to 'tests/test_build_html.py')
-rw-r--r-- | tests/test_build_html.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_build_html.py b/tests/test_build_html.py index 22b60dc74..f05abb0fd 100644 --- a/tests/test_build_html.py +++ b/tests/test_build_html.py @@ -11,7 +11,7 @@ import os import re from distutils.version import LooseVersion -from itertools import cycle, chain +from itertools import chain, cycle import pygments import pytest @@ -23,7 +23,6 @@ from sphinx.testing.util import strip_escseq from sphinx.util import md5 from sphinx.util.inventory import InventoryFile - ENV_WARNINGS = """\ %(root)s/autodoc_fodder.py:docstring of autodoc_fodder.MarkupError:\\d+: \ WARNING: Explicit markup ends without a blank line; unexpected unindent. |