We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9d0773 + f1ccdf6 commit 2839945Copy full SHA for 2839945
tests/test_autodocsumm.py
@@ -41,7 +41,7 @@ def get_html(app, fname):
41
42
43
def in_autosummary(what, html) -> bool:
44
- soup = bs4.BeautifulSoup(html)
+ soup = bs4.BeautifulSoup(html, "html.parser")
45
autosummaries = soup("table")
46
found = False
47
for tag in autosummaries:
0 commit comments