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 bb72ff8 commit 7fafe81Copy full SHA for 7fafe81
doc/apidoc/Makefile
@@ -24,6 +24,7 @@ help:
24
# Run sphinx-apidoc script to create hierarchy of rst files to generate
25
# docstrings. The first path is the one to process, the following ones
26
# are excluded from the search.
27
+ rm -rf _build generated
28
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
29
# Run sphinx-build to build html pages from the rst pages
30
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
0 commit comments