fix doc build?
This commit is contained in:
parent
0acb8eac92
commit
0501b82822
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@ build:
|
||||||
os: ubuntu-24.04
|
os: ubuntu-24.04
|
||||||
tools:
|
tools:
|
||||||
python: "3.13"
|
python: "3.13"
|
||||||
|
jobs:
|
||||||
|
post_install:
|
||||||
|
- make -C ports/m68kmac submodules
|
||||||
|
- make -C docs doc-pre
|
||||||
|
|
||||||
# Build documentation in the "docs/" directory with Sphinx
|
# Build documentation in the "docs/" directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue