Skip to content

Commit

Permalink
Provide the correct environment for doc build (#2643)
Browse files Browse the repository at this point in the history
* Add riscv-isa-sim submodule

* Add cmake, bison, flex, pango, gdk-pixbuf-2.0, libgdk-pixbuf2.0-0, gdk-pixbuf-2.0, libgtk2.0-dev

* Update .readthedocs.yaml
  • Loading branch information
valentinThomazic authored Nov 29, 2024
1 parent 820a8c6 commit aa62eec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,23 @@

version: 2

submodules:
include:
- docs/riscv-isa/riscv-isa-manual

build:
os: "ubuntu-20.04"
tools:
python: "3.9"
nodejs: "20"
ruby: "3.3"
apt_packages:
- cmake
- bison
- flex
- libpango1.0-dev
- libgdk-pixbuf2.0-0
- libgtk2.0-dev
jobs:
post_install:
- npm install docs/riscv-isa/riscv-isa-manual/dependencies
Expand Down

0 comments on commit aa62eec

Please sign in to comment.