Skip to content

Commit 46cd47f

Browse files
authored
fixed search index graph_objs/graph_objects (#2269)
1 parent 8d7fbce commit 46cd47f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: doc/apidoc/Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ help:
2121
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
2222
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
2323
rename 's/graph_objs/graph_objects/' _build/html/*.html _build/html/generated/*.html
24-
sed -i 's/graph_objs/graph_objects/g' _build/html/*.html _build/html/generated/*.html
24+
sed -i 's/graph_objs/graph_objects/g' _build/html/*.html
25+
sed -i 's/graph_objs/graph_objects/g' _build/html/*.inv
26+
sed -i 's/graph_objs/graph_objects/g' _build/html/*.js
27+
sed -i 's/graph_objs/graph_objects/g' _build/html/generated/*.html
28+
sed -i 's/graph_objs/graph_objects/g' _build/html/generated/generated/*.html

0 commit comments

Comments
 (0)