Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
python -m venv venv
. venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- run:
name: Clone main repo
command: git clone git@github.com:napari/napari.git napari
Expand All @@ -53,7 +52,7 @@ jobs:
name: Build docs
command: |
. venv/bin/activate
xvfb-run --auto-servernum make docs-build GALLERY_PATH=../napari/examples/
xvfb-run --auto-servernum make docs GALLERY_PATH=../napari/examples/
- store_artifacts:
path: docs/_build/
- persist_to_workspace:
Expand Down