Skip to content
Open
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
10 changes: 5 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
# Modern Sphinx with stable Jupyter versions to avoid timezone issues

# Core Sphinx and extensions (modern versions for RTD compatibility)
sphinx>=5.0,<8.0
sphinx>=5.0,<9.0
sphinx-design
sphinx-copybutton
pydata-sphinx-theme

# Notebook support with stable version pinning
myst-nb>=0.15.0,<1.4.0
myst-nb>=0.15.0,<1.5.0

# Use stable Jupyter versions that work well in containerized environments
jupyter-client>=7.0.0,<8.7.0
nbclient>=0.5.13,<0.11.0
jupyter-cache>=0.5.0,<1.1.0
jupyter-client>=8.9.1,<8.10.0
nbclient>=0.11.0,<0.12.0
jupyter-cache>=1.0.1,<1.1.0

# Additional utilities
setuptools>=61.0
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ dev = [
]
# Documentation dependencies
docs = [
"sphinx>=5.0,<8.0",
"sphinx>=5.0,<9.0",
"sphinx-design",
"myst-nb>=0.15.0,<1.4.0",
"myst-nb>=0.15.0,<1.5.0",
"sphinx-copybutton",
"pydata-sphinx-theme",
]
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ mypy
isort

# Documentation dependencies
sphinx>=5.0,<8.0
sphinx>=5.0,<9.0
sphinx-design
myst-nb>=0.15.0,<1.4.0
myst-nb>=0.15.0,<1.5.0
sphinx-copybutton
pydata-sphinx-theme
Loading