Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit e81d956

Browse files
committed
avoid sphinx >= 6.0
1 parent bd6e411 commit e81d956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Paver = ">=1.2.4"
9191
python = "^3.7.0"
9292
six = ">1.12"
9393
Sphinx = ">=4.4.0"
94-
sphinxcontrib-paverutils = ">=1.17"
94+
sphinxcontrib-paverutils = ">=1.17, < 6.0.0"
9595
SQLAlchemy = ">=1.4.0"
9696

9797
# Development dependencies
@@ -136,4 +136,4 @@ asyncio_mode = "auto"
136136

137137

138138
[tool.mypy]
139-
ignore_missing_imports = true
139+
ignore_missing_imports = true

0 commit comments

Comments
 (0)