8000 Merge pull request #3712 from plotly/nosphinx · NewQuest/plotly.py@27f6573 · GitHub
[go: up one dir, main page]

Skip to content

Commit 27f6573

Browse files
Merge pull request plotly#3712 from plotly/nosphinx
don't build sphinx on master
2 parents f919a37 + 306d9e1 commit 27f6573

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -359,10 +359,8 @@ jobs:
359359
cd ../packages/python/plotly
360360
pip install -e .
361361
cd ../../../doc
362-
fi
363-
cd apidoc
364-
make html
365-
if [ "${CIRCLE_BRANCH}" == "doc-prod" ]; then
362+
cd apidoc
363+
make html
366364
cd _build/html
367365
touch .nojekyll
368366
git init
@@ -375,7 +373,6 @@ jobs:
375373
rm -rf .git
376374
cd ../..
377375
fi
378-
cd ../..
379376
380377
- store_artifacts:
381378
path: doc/build

0 commit comments

Comments
 (0)
0