Skip to content

Commit 4658887

Browse files
committed
Update sphinx stuff
and not fail on warning the version is way too old
1 parent a8ca7f5 commit 4658887

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ python:
1515
sphinx:
1616
configuration: docs/source/conf.py
1717
builder: html
18-
fail_on_warning: true
18+
fail_on_warning: false

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,11 @@ Documentation = 'https://plumpy.readthedocs.io'
4242
[project.optional-dependencies]
4343
docs = [
4444
'ipython~=7.0',
45-
'jinja2==2.11.3',
4645
'kiwipy[docs]~=0.8.3',
4746
'markupsafe==2.0.1',
48-
'myst-nb~=0.11.0',
49-
'sphinx~=3.2.0',
50-
'sphinx-book-theme~=0.0.39',
47+
'myst-nb~=1.2.0',
48+
'sphinx~=7.2.0',
49+
'sphinx-book-theme~=1.1.4',
5150
'importlib-metadata~=4.12.0',
5251
]
5352
pre-commit = [

0 commit comments

Comments
 (0)