We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d45821 commit 5a19e63Copy full SHA for 5a19e63
2 files changed
.github/workflows/ci_docs.yml
@@ -51,7 +51,10 @@ jobs:
51
meson install -C bbdir
52
53
- name: Generate Docs
54
- run: pixi run -e docs-mta makedocs
+ 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
58
59
- name: Upload artifact
60
uses: actions/upload-artifact@v4
docs/source/conf.py
@@ -54,6 +54,7 @@
nb_execution_mode = "auto"
nb_execution_timeout = 600
+nb_execution_raise_on_error = True
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
0 commit comments