We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f0780 commit 03ca571Copy full SHA for 03ca571
CHANGES
@@ -1,3 +1,8 @@
1
+Release 1.0.8 (unreleased)
2
+==========================
3
+
4
+* Fix tests for Sphinx 7.4 and later.
5
6
Release 1.0.7 (2024-01-13)
7
==========================
8
pyproject.toml
@@ -45,6 +45,7 @@ dynamic = ["version"]
45
[project.optional-dependencies]
46
test = [
47
"pytest",
48
+ "defusedxml>=0.7.1", # for secure XML/HTML parsing
49
]
50
lint = [
51
"flake8",
tests/roots/test-basic/conf.py
@@ -0,0 +1 @@
+project = 'Python'
0 commit comments