Skip to content

Commit 39c2ef1

Browse files
authored
Update book.yml (#465)
* Update book.yml * Update api.md
1 parent cbcb8a6 commit 39c2ef1

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.github/workflows/book.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212

1313
- uses: cvxgrp/.github/actions/uv/[email protected]
1414

15-
sphinx:
16-
runs-on: "ubuntu-latest"
17-
steps:
18-
- name: Checkout [${{ github.repository }}]
19-
uses: actions/checkout@v4
20-
21-
- uses: cvxgrp/.github/actions/uv/[email protected]
15+
#sphinx:
16+
# runs-on: "ubuntu-latest"
17+
# steps:
18+
# - name: Checkout [${{ github.repository }}]
19+
# uses: actions/checkout@v4
20+
#
21+
# - uses: cvxgrp/.github/actions/uv/[email protected]
2222

2323
pdoc:
2424
runs-on: "ubuntu-latest"
@@ -46,7 +46,7 @@ jobs:
4646

4747
book:
4848
runs-on: "ubuntu-latest"
49-
needs: [test, sphinx, pdoc, jupyter, marimo]
49+
needs: [test, pdoc, jupyter, marimo]
5050

5151
permissions:
5252
contents: write

book/docs/api.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# API
22

3-
## pdoc
4-
53
[API](https://www.cvxgrp.org/simulator/pdoc/)

0 commit comments

Comments
 (0)