Skip to content

Commit 23ac0f2

Browse files
authored
Pin sphinx (#472)
1 parent d29dc47 commit 23ac0f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ tests = [
100100
"coverage[toml]",
101101
]
102102
docs = [
103-
"sphinx>=8",
103+
"sphinx>=8,<9",
104104
"sphinx-rtd-theme>=3.0",
105105
"sphinx-click",
106106
"sphinx_automodapi",
107-
"sphinx_toolbox",
107+
"sphinx_toolbox<=4.0.0",
108108
]
109109
lint = [
110110
"ruff",

0 commit comments

Comments
 (0)