Skip to content

Commit c0fa91f

Browse files
committed
Fix build error due to missing sphinx
1 parent 3cafc66 commit c0fa91f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ mypy = "*"
5151
django-stubs = "^1.12.0"
5252
coverage = { extras = ["toml"], version = "^6.5.0" }
5353
rstcheck = "^6.1.0"
54+
sphinx = "^4.3.2"
5455
poethepoet = "^0.15.0"
5556
django-crispy-forms = "^1.14.0"
5657
django-filter = "^22.1"

0 commit comments

Comments
 (0)