8000 Clean up source/_rst directory before calling sphinx-apidoc · BioComputing/twilio-python@f6a5829 · GitHub
[go: up one dir, main page]

Skip to content

Commit f6a5829

Browse files
committed
Clean up source/_rst directory before calling sphinx-apidoc
1 parent a7f92bd commit f6a5829

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ docs-install:
3030
. venv/bin/activate; pip install twilio sphinx
3131

3232
docs:
33-
. venv/bin/activate; sphinx-apidoc -f twilio -o docs/source
33+
-rm -rf source/_rst/*
34+
. venv/bin/activate; sphinx-apidoc -f twilio -o docs/source/_rst
3435
cd docs && make clean && make html
3536

3637
release:

0 commit comments

Comments
 (0)
0