We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f7557 commit 8112b3bCopy full SHA for 8112b3b
Makefile
@@ -28,7 +28,7 @@ lint:
28
.PHONY: lint
29
30
apidocs:
31
- @pip install pdoc pygments
+ @pip install pdoc==0.3.2 pygments
32
@pdoc --overwrite --html --html-dir build/apidocs sentry_sdk
33
.PHONY: apidocs
34
0 commit comments