File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,13 @@ cover:
27
27
find tests -type d | xargs nosetests --with-coverage --cover-inclusive --cover-erase --cover-package=twilio
28
28
29
29
docs-install :
30
- . venv/bin/activate; pip install -U sphinx
30
+ . venv/bin/activate; pip install -r tests/requirements.txt
31
31
32
32
docs :
33
33
-rm -rf docs/source/_rst
34
- -rm -rf docs/build<
6DE8
span class="x x-first">/*
34
+ -rm -rf docs/build
35
35
. venv/bin/activate; sphinx-apidoc -f twilio -o docs/source/_rst
36
- . venv/bin/activate; sphinx-build -b html -c ./docs -d docs/build/doctrees . docs/build/html
37
-
38
- @echo
39
- @echo "Build finished. The HTML pages are in build/html."
36
+ . venv/bin/activate; sphinx-build -b html -c ./docs -d docs/build/doctrees . docs/build/html
40
37
41
38
42
39
release :
You can’t perform that action at this time.
0 commit comments