We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ca7f5 commit 4658887Copy full SHA for 4658887
.readthedocs.yml
@@ -15,4 +15,4 @@ python:
15
sphinx:
16
configuration: docs/source/conf.py
17
builder: html
18
- fail_on_warning: true
+ fail_on_warning: false
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