Skip to content

Commit

Permalink
Support Docutils 0.21 (#12267)
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Apr 12, 2024
1 parent 6419d31 commit b4cccb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,10 @@ Release 7.3.0 (in development)
Dependencies
------------

* #11411: Support `Docutils 0.21`_. Patch by Adam Turner.

.. _Docutils 0.21: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-21-2024-04-09

Incompatible changes
--------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -64,7 +64,7 @@ dependencies = [
"sphinxcontrib-qthelp",
"Jinja2>=3.0",
"Pygments>=2.14",
"docutils>=0.18.1,<0.21",
"docutils>=0.18.1,<0.22",
"snowballstemmer>=2.0",
"babel>=2.9",
"alabaster~=0.7.14",
Expand Down

0 comments on commit b4cccb7

Please sign in to comment.