From 8d82458ebff8097e1ff785e3229abb67f4e0b00f Mon Sep 17 00:00:00 2001 From: Emmanuelle Gouillart Date: Thu, 12 Mar 2020 08:47:51 -0400 Subject: [PATCH] fixed search index graph_objs/graph_objects --- doc/apidoc/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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