Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3cb6b31

Browse files
committed
clean config files
1 parent c9350e1 commit 3cb6b31

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,6 @@ jobs:
465465
cd doc
466466
. venv/bin/activate
467467
cd apidoc
468-
pip list | grep plotly
469468
make html
470469
if [ "${CIRCLE_BRANCH}" == "doc-prod" ]; then
471470
cd _build/html
@@ -480,7 +479,6 @@ jobs:
480479
rm -rf .git
481480
cd ../..
482481
fi
483-
tar -zcf _build/api.tgz _build/html
484482
cd ../..
485483
486484
- store_artifacts:

doc/apidoc/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# You can set these variables from the command line.
55
SPHINXOPTS =
6-
SPHINXBUILD = python3 -m sphinx
6+
SPHINXBUILD = python -m sphinx
77
SOURCEDIR = .
88
BUILDDIR = _build
99

@@ -18,7 +18,6 @@ help:
1818
# For sphinx-apidoc the first positional path is the module to document
1919
# then all the other ones are paths to exclude for the doc generation
2020
%: Makefile
21-
sphinx-build --version
2221
sed -i 's/:class:`plotly.graph_objects/:class:`plotly.graph_objs/g' ../../packages/python/plotly/plotly/graph_objs/*.py
2322
sed -i 's/:class:`plotly.graph_objects/:class:`plotly.graph_objs/g' ../../packages/python/plotly/plotly/graph_objs/*/*.py
2423
sed -i 's/:class:`plotly.graph_objects/:class:`plotly.graph_objs/g' ../../packages/python/plotly/plotly/graph_objs/*/*/*.py

0 commit comments

Comments
 (0)