Skip to content

Commit 992357c

Browse files
committed
build(deps): Update minimum docutils version
1 parent 84508d4 commit 992357c

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
@@ -57,6 +57,7 @@ sphinx-copybutton = "*"
5757
sphinxext-rediraffe = "*"
5858
sphinx-autoapi = "*"
5959
myst_parser = "*"
60+
docutils = "~0.18.0"
6061

6162
### Testing ###
6263
pytest = "*"
@@ -79,6 +80,7 @@ mypy = "*"
7980

8081
[tool.poetry.extras]
8182
docs = [
83+
"docutils",
8284
"sphinx",
8385
"sphinx-issues",
8486
"sphinx-autoapi",

0 commit comments

Comments
 (0)