Skip to content

Commit

Permalink
fix: Pin pdoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Feb 24, 2019
1 parent 18f7557 commit 8112b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lint:
.PHONY: lint

apidocs:
@pip install pdoc pygments
@pip install pdoc==0.3.2 pygments
@pdoc --overwrite --html --html-dir build/apidocs sentry_sdk
.PHONY: apidocs

Expand Down

0 comments on commit 8112b3b

Please sign in to comment.