8000 Use pdoc · raghav7997/twilio-python@66f5c57 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66f5c57

Browse files
committed
Use pdoc
1 parent 1718b7d commit 66f5c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ cover:
2626
find tests -type d | xargs nosetests --with-coverage --cover-inclusive --cover-erase --cover-package=twilio
2727

2828
docs-install:
29-
. venv/bin/activate; pip install -r docs/requirements.txt
29+
. venv/bin/activate; pip install pdoc
3030

3131
docs:
32-
. venv/bin/activate; cd docs && make html
32+
. venv/bin/activate; pdoc twilio --html --html-dir docs
3333

3434
release:
3535
. venv/bin/activate; python setup.py sdist upload

0 commit comments

Comments
 (0)
0