Skip to content

Commit 7fafe81

Browse files
committed
debug
1 parent bb72ff8 commit 7fafe81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/apidoc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ help:
2424
# Run sphinx-apidoc script to create hierarchy of rst files to generate
2525
# docstrings. The first path is the one to process, the following ones
2626
# are excluded from the search.
27+
rm -rf _build generated
2728
sphinx-apidoc -M -o generated ../../packages/python/plotly/plotly ../../packages/python/plotly/plotly/validators ../../packages/python/plotly/plotly/tests ../../packages/python/plotly/plotly/matplotlylib/ ../../packages/python/plotly/plotly/offline ../../packages/python/plotly/plotly/api
2829
# Run sphinx-build to build html pages from the rst pages
2930
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

0 commit comments

Comments
 (0)