We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ca7f5 commit 1a45ba4Copy full SHA for 1a45ba4
pyproject.toml
@@ -42,12 +42,11 @@ Documentation = 'https://plumpy.readthedocs.io'
42
[project.optional-dependencies]
43
docs = [
44
'ipython~=7.0',
45
- 'jinja2==2.11.3',
46
'kiwipy[docs]~=0.8.3',
47
'markupsafe==2.0.1',
48
- 'myst-nb~=0.11.0',
49
- 'sphinx~=3.2.0',
50
- 'sphinx-book-theme~=0.0.39',
+ 'myst-nb~=1.2.0',
+ 'sphinx~=7.2.0',
+ 'sphinx-book-theme~=1.1.4',
51
'importlib-metadata~=4.12.0',
52
]
53
pre-commit = [
0 commit comments