Commit 057cbc1
committed
[doc] Install sphinx_autorun for the Jenkins doc build
conf.py enables the sphinx_autorun extension, but it is not part of the
triqs base image (triqs itself does not use it) and was not installed by
jenkins/Dockerfile, so the ubuntu-clang doc build failed with
"Could not import extension sphinx_autorun".
- Add python3-sphinx-autorun to the Jenkins image apt install
- Add sphinx_autorun to the configure-time doc dependency check so a
missing extension fails early with a clear message instead of midway
through sphinx-build
Assisted-by: Claude <noreply@anthropic.com>1 parent 79af934 commit 057cbc1
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments