Skip to content

Commit 5a19e63

Browse files
committed
fix(ci): nb_execution_raise_on_error, remove -W (pre-existing warnings)
1 parent 0d45821 commit 5a19e63

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci_docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ jobs:
5151
meson install -C bbdir
5252
5353
- name: Generate Docs
54-
run: pixi run -e docs-mta makedocs
54+
shell: pixi run -e docs-mta bash -e {0}
55+
run: |
56+
pip install . --no-build-isolation
57+
sphinx-build -b html docs/source docs/build/html
5558
5659
- name: Upload artifact
5760
uses: actions/upload-artifact@v4

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454

5555
nb_execution_mode = "auto"
5656
nb_execution_timeout = 600
57+
nb_execution_raise_on_error = True
5758

5859
intersphinx_mapping = {
5960
"python": ("https://docs.python.org/3/", None),

0 commit comments

Comments
 (0)