diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..b6da63d9 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,20 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: doc/conf.py + +python: + install: + - requirements: doc/requirements.txt diff --git a/ci/install-build-deps.sh b/ci/install-build-deps.sh index 4a2faa08..96e197ba 100755 --- a/ci/install-build-deps.sh +++ b/ci/install-build-deps.sh @@ -49,7 +49,8 @@ case "$ID-$VERSION_ID" in libelf-dev \ clang-format \ wget \ - xz-utils + xz-utils \ + libcairo2-dev wget https://storage.googleapis.com/ibex-cosim-builds/ibex-cosim-"$IBEX_COSIM_VERSION".tar.gz $SUDO_CMD mkdir -p /tools/riscv-isa-sim