File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -479,15 +479,15 @@ jobs:
479
479
rm -rf .git
480
480
cd ../..
481
481
fi
482
-
482
+ tar -zcf _build/api.tgz _build/html
483
483
cd ../..
484
484
485
485
- store_artifacts :
486
486
path : doc/build
487
487
destination : doc/build
488
488
- store_artifacts :
489
- path : doc/apidoc/_build/html
490
- destination : doc/apidoc/_build/html
489
+ path : doc/apidoc/_build/
490
+ destination : doc/apidoc/_build/
491
491
492
492
workflows :
493
493
version : 2
Original file line number Diff line number Diff line change 18
18
# For sphinx-apidoc the first positional path is the module to document
19
19
# then all the other ones are paths to exclude for the doc generation
20
20
% : Makefile
21
+ sphinx-build --version
21
22
sed -i ' s/:class:`plotly.graph_objects/:class:`plotly.graph_objs/g' ../../packages/python/plotly/plotly/graph_objs/* .py
22
23
sed -i ' s/:class:`plotly.graph_objects/:class:`plotly.graph_objs/g' ../../packages/python/plotly/plotly/graph_objs/* /* .py
23
24
sed -i ' s/:class:`plotly.graph_objects/:class:`plotly.graph_objs/g' ../../packages/python/plotly/plotly/graph_objs/* /* /* .py
You can’t perform that action at this time.
0 commit comments