File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -465,7 +465,6 @@ jobs:
465
465
cd doc
466
466
. venv/bin/activate
467
467
cd apidoc
468
- pip list | grep plotly
469
468
make html
470
469
if [ "${CIRCLE_BRANCH}" == "doc-prod" ]; then
471
470
cd _build/html
@@ -480,7 +479,6 @@ jobs:
480
479
rm -rf .git
481
480
cd ../..
482
481
fi
483
- tar -zcf _build/api.tgz _build/html
484
482
cd ../..
485
483
486
484
- store_artifacts :
Original file line number Diff line number Diff line change 3
3
4
4
# You can set these variables from the command line.
5
5
SPHINXOPTS =
6
- SPHINXBUILD = python3 -m sphinx
6
+ SPHINXBUILD = python -m sphinx
7
7
SOURCEDIR = .
8
8
BUILDDIR = _build
9
9
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
22
21
sed -i ' s/:class:`plotly.graph_objects/:class:`plotly.graph_objs/g' ../../packages/python/plotly/plotly/graph_objs/* .py
23
22
sed -i ' s/:class:`plotly.graph_objects/:class:`plotly.graph_objs/g' ../../packages/python/plotly/plotly/graph_objs/* /* .py
24
23
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