Skip to content

Commit 6aaa097

Browse files
committed
Pin sphinx to same version as komodo uses, as latest version fails for us.
1 parent 51f931e commit 6aaa097

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
[project.optional-dependencies]
3434
test = ["pytest", "PyYAML"]
3535
docs = [
36-
"sphinx",
36+
"sphinx==7.1.2",
3737
"sphinx-rtd-theme",
3838
"autoapi",
3939
"sphinx-autodoc-typehints",

0 commit comments

Comments
 (0)