We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd21b48 commit 226817eCopy full SHA for 226817e
.circleci/config.yml
@@ -405,9 +405,6 @@ jobs:
405
if [ "${CIRCLE_BRANCH}" != "doc-prod" ]; then
406
pip uninstall -y plotly
407
cd ../packages/python/plotly
408
- # To be removed after plotly.js release
409
- pip install inflect black tox
410
- python3 setup.py updateplotlyjsdev --devbranch fast-image
411
python3 setup.py install
412
cd ../../../doc
413
fi
@@ -444,9 +441,7 @@ jobs:
444
441
cd ../..
445
442
446
443
tar -zcf build/html.tgz build/html
447
- # Do not zip so that reviewers can take a look at doc online
448
- # rm -rf build/html build/ipynb
449
- rm -rf build/ipynb
+ rm -rf build/html build/ipynb
450
cd ..
451
452
- run:
0 commit comments