Skip to content

Commit 5425936

Browse files
committed
Remove docs build from the CI
This is not needed anymore with the rtd build
1 parent 8673c6f commit 5425936

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,5 @@ jobs:
3636
auto-activate-base: false
3737
channels: conda-forge
3838

39-
- name: Install jupyterlite-sphinx
40-
run: pip install -e .
41-
42-
- name: Build docs
43-
run: sphinx-build . build -vvv
44-
working-directory: docs
45-
4639
- name: Test PEP8
4740
run: black --check src

0 commit comments

Comments
 (0)