8000
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 13efe7f commit 53437e4Copy full SHA for 53437e4
Makefile
@@ -27,10 +27,11 @@ cover:
27
find tests -type d | xargs nosetests --with-coverage --cover-inclusive --cover-erase --cover-package=twilio
28
29
docs-install:
30
- . venv/bin/activate; pip install pdoc
+ . venv/bin/activate; pip install twilio sphinx
31
32
docs:
33
- . venv/bin/activate; pdoc twilio --overwrite --html --html-dir docs
+ . venv/bin/activate; sphinx-apidoc -f twilio -o docs/source
34
+ cd docs && make clean && make html
35
36
release:
37
. venv/bin/activate; python setup.py sdist upload
0 commit comments