Skip to content

Commit 5eb4ad9

Browse files
committed
update doc dependencies
1 parent ab078ed commit 5eb4ad9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ namespaces = false
4141
[project.optional-dependencies]
4242
tests = ["pytest"]
4343
docs = [
44-
# "sphinx >= 8.2", assume CI/CD system has latest version
44+
"sphinx >= 8.2",
4545
"nbsphinx >= 0.9",
46-
"sphinx_rtd_theme >= 2.0",
46+
"sphinx_rtd_theme >= 3.0",
4747
"matplotlib >= 3.8",
4848
"numpydoc",
49-
"pygments>=2.4.1",
50-
"jupyterlab_pygments>=0.1.1",
49+
"pygments>=2",
50+
"jupyterlab_pygments>=0.3",
5151
"ipykernel",
5252
]
5353
notebooks = [

0 commit comments

Comments
 (0)