Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: '3.8'
python: '3.13'

python:
install:
Expand All @@ -13,5 +13,6 @@ python:
- docs

sphinx:
configuration: docs/source/conf.py
builder: html
fail_on_warning: true
fail_on_warning: false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just set it to false, the package is facing some refactoring. Too early to fix tedious thing in doc.

7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ Documentation = 'https://plumpy.readthedocs.io'
[project.optional-dependencies]
docs = [
'ipython~=7.0',
'jinja2==2.11.3',
'kiwipy[docs]~=0.8.3',
'markupsafe==2.0.1',
'myst-nb~=0.11.0',
'sphinx~=3.2.0',
'sphinx-book-theme~=0.0.39',
'myst-nb~=1.2.0',
'sphinx~=7.2.0',
'sphinx-book-theme~=1.1.4',
'importlib-metadata~=4.12.0',
]
pre-commit = [
Expand Down