Skip to content

Commit 7398f5a

Browse files
committed
update deps"
1 parent bac4a4c commit 7398f5a

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.readthedocs.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,3 @@ build:
2020
- conda run --name $READTHEDOCS_VERSION mkdocs build --site-dir $READTHEDOCS_OUTPUT/html
2121
conda:
2222
environment: requirements_dev.yml
23-
24-
# Build documentation in the docs/ directory with Sphinx
25-
sphinx:
26-
configuration: docs/source/conf.py

pyproject.toml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,20 @@ requires-python = ">=3.10,<3.15"
5353

5454
[project.optional-dependencies]
5555
develop = [
56-
"sphinx<=7.4.4",
57-
"sphinx_rtd_theme<=2.0.0",
58-
"myst-parser<=2.0.0",
56+
"mkdocs>=1.6,<=1.6.1",
57+
"mkdocs-material>=9.5,<=9.7.3",
58+
"mkdocstrings>=0.25,<=1.0.3",
59+
"mkdocstrings-python>=1.10,<=2.0.2",
60+
"mkdocs-jupyter>=0.25,<=0.25.1",
61+
"mkdocs-gen-files>=0.5,<=0.6.0",
62+
"mkdocs-literate-nav>=0.6,<=0.6.2",
63+
"mkdocs-section-index>=0.3,<=0.3.10",
64+
"griffe>=0.45,<=2.0.0",
5965
"pytest<=9.0.2",
6066
"pytest-cov<=7.0.0",
6167
"pytest-xdist<=3.8.0",
6268
"nbval<=0.11.0",
63-
"ruff<0.7.0",
69+
"ruff<=0.13.1",
6470
]
6571

6672
# Configuration options

0 commit comments

Comments
 (0)