Skip to content

Commit

Permalink
relax sphinx requirement for py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Oct 26, 2023
1 parent 1101fbf commit e1286e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dynamic = ["version"]

[project.optional-dependencies]
dev = [
"pytest",
"python-can==4.*", # for tests
"black==23.10.*",
"ruff==0.1.*",
Expand All @@ -39,7 +40,7 @@ dev = [
]
doc = [
"furo",
"sphinx==7.2.*",
"sphinx==7.*",
"sphinx-copybutton",
]

Expand Down

0 comments on commit e1286e4

Please sign in to comment.