Skip to content

Commit 0b57575

Browse files
committed
Try pinning even higher sphinx dependency versions
1 parent ec0c4bb commit 0b57575

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ Tracker = "https://github.com/labscript-suite/labscript-utils/issues/"
6363
[project.optional-dependencies]
6464
docs = [
6565
"PyQt5",
66-
"Sphinx==7.3.7",
67-
"sphinx-rtd-theme==2.0.0",
68-
"myst_parser==2.0.0",
66+
"Sphinx==8.1.3",
67+
"sphinx-rtd-theme==3.0.1",
68+
"myst_parser==4.0.0",
6969
]
7070

7171
[project.scripts]

0 commit comments

Comments
 (0)