Skip to content

Commit 8112b3b

Browse files
committed
fix: Pin pdoc version
1 parent 18f7557 commit 8112b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ lint:
2828
.PHONY: lint
2929

3030
apidocs:
31-
@pip install pdoc pygments
31+
@pip install pdoc==0.3.2 pygments
3232
@pdoc --overwrite --html --html-dir build/apidocs sentry_sdk
3333
.PHONY: apidocs
3434

0 commit comments

Comments
 (0)