Skip to content

Commit f0e24ff

Browse files
committed
build(deps): Update minimum docutils version
1 parent ae7e252 commit f0e24ff

File tree

2 files changed

+66
-105
lines changed

2 files changed

+66
-105
lines changed

poetry.lock

Lines changed: 64 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ sphinxext-opengraph = "*"
6666
sphinx-copybutton = "*"
6767
sphinxext-rediraffe = "*"
6868
myst_parser = "*"
69+
docutils = "~0.18.0"
6970

7071
### Testing ###
7172
pytest = "*"
@@ -88,6 +89,7 @@ mypy = "*"
8889

8990
[tool.poetry.extras]
9091
docs = [
92+
"docutils",
9193
"sphinx",
9294
"sphinx-issues",
9395
"sphinx-click",

0 commit comments

Comments
 (0)