Skip to content

Commit 1388bbd

Browse files
committed
temporarily disable building of docs until Sphinx is used
1 parent 7c4cd37 commit 1388bbd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/example_package_project-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
run: |
5050
pip install --upgrade pip
5151
pip install -e .[docs]
52-
- name: Build docs
53-
run: cd docs && make
52+
# - name: Build docs
53+
# run: cd docs && make
5454

5555
pre-commit:
5656
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)