diff --git a/doc/apidoc/Makefile b/doc/apidoc/Makefile index 1c39b0eb4e8..7a8c2aa1a35 100644 --- a/doc/apidoc/Makefile +++ b/doc/apidoc/Makefile @@ -21,4 +21,8 @@ help: sphinx-apidoc -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 @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) rename 's/graph_objs/graph_objects/' _build/html/*.html _build/html/generated/*.html - sed -i 's/graph_objs/graph_objects/g' _build/html/*.html _build/html/generated/*.html + sed -i 's/graph_objs/graph_objects/g' _build/html/*.html + sed -i 's/graph_objs/graph_objects/g' _build/html/*.inv + sed -i 's/graph_objs/graph_objects/g' _build/html/*.js + sed -i 's/graph_objs/graph_objects/g' _build/html/generated/*.html + sed -i 's/graph_objs/graph_objects/g' _build/html/generated/generated/*.html