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 599b8a6 commit 4d612ccCopy full SHA for 4d612cc
Makefile
@@ -29,7 +29,7 @@ docs-install:
29
. venv/bin/activate; pip install pdoc
30
31
docs:
32
- . venv/bin/activate; pdoc twilio --html --html-dir docs
+ . venv/bin/activate; pdoc twilio --overwrite --html --html-dir docs
33
34
release:
35
. venv/bin/activate; python setup.py sdist upload
0 commit comments