Skip to content

Commit ae9008b

Browse files
committed
Require Docutils 0.18.1 or greater
``Node.findall()`` was introduced in `Docutils 0.18.1`__ __ https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-18-1-2021-12-23
1 parent 2902c6c commit ae9008b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies = [
6363
"sphinxcontrib-qthelp",
6464
"Jinja2>=3.0",
6565
"Pygments>=2.13",
66-
"docutils>=0.18,<0.20",
66+
"docutils>=0.18.1,<0.20",
6767
"snowballstemmer>=2.0",
6868
"babel>=2.9",
6969
"alabaster>=0.7,<0.8",

0 commit comments

Comments
 (0)