Skip to content

Commit 8ed5d27

Browse files
authored
Remove doc testing (#100)
1 parent 1bd4231 commit 8ed5d27

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

β€Ž.github/workflows/docs.yamlβ€Ž

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: deploy-docs
33

44
on:
55
# run when a new commit is pushed to master
6-
push: {branches: [master]}
6+
push:
7+
branches: [master]
78
# run when triggered manually
89
workflow_dispatch: {}
910

@@ -37,10 +38,6 @@ jobs:
3738
run: sudo apt-get update && sudo apt-get install -y pandoc
3839
- name: πŸ— Install dependencies
3940
run: uv sync --group doc
40-
- name: πŸš€ Test notebooks
41-
run: >
42-
uv run pytest --nbmake --overwrite --override-ini="addopts="
43-
examples/*ipynb
4441
- name: πŸš€ Build Sphinx docs
4542
run: >
4643
uv run sphinx-build -W --keep-going -b html docs/src docs/_build/html

β€Ž.gitignoreβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,11 @@ target/
6666

6767
# uv
6868
uv.lock
69-
*.png
7069

7170
# autodocs
7271
docs/src/api
7372
docs/src/examples/*.ipynb
7473

7574
# project
7675
_examples
77-
.vscode/settings.json
76+
.vscode/settings.json
1.42 MB
Loading

β€Ždocs/src/_static/cvxlogo.pngβ€Ž

206 KB
Loading

0 commit comments

Comments
Β (0)