Skip to content

Commit 03ca571

Browse files
authored
Fix tests on Sphinx 7.4 (#16)
1 parent 79f0780 commit 03ca571

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

CHANGES

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Release 1.0.8 (unreleased)
2+
==========================
3+
4+
* Fix tests for Sphinx 7.4 and later.
5+
16
Release 1.0.7 (2024-01-13)
27
==========================
38

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ dynamic = ["version"]
4545
[project.optional-dependencies]
4646
test = [
4747
"pytest",
48+
"defusedxml>=0.7.1", # for secure XML/HTML parsing
4849
]
4950
lint = [
5051
"flake8",

tests/roots/test-basic/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
project = 'Python'

0 commit comments

Comments
 (0)