Skip to content

Commit 0a73211

Browse files
committed
Revert to sphinx 7.0.1 to resolve rendering issues on API docs
1 parent 81fb393 commit 0a73211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ description = "A lint framework that writes better Python code for you."
3939
[project.optional-dependencies]
4040
docs = [
4141
"jinja2 == 3.1.2",
42-
"sphinx == 7.1.1",
42+
"sphinx == 7.0.1",
4343
"sphinx-mdinclude == 0.5.3",
4444
]
4545
dev = [

0 commit comments

Comments
 (0)