Skip to content

Commit

Permalink
Revert to sphinx 7.0.1 to resolve rendering issues on API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Oct 26, 2023
1 parent 81fb393 commit 0a73211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ description = "A lint framework that writes better Python code for you."
[project.optional-dependencies]
docs = [
"jinja2 == 3.1.2",
"sphinx == 7.1.1",
"sphinx == 7.0.1",
"sphinx-mdinclude == 0.5.3",
]
dev = [
Expand Down

0 comments on commit 0a73211

Please sign in to comment.