cva6/.readthedocs.yaml
Mike Thompson e1c40c5dcf
Update .readthedocs.yaml (#1343)
Explicit build.os is now required by RTD.
2023-08-24 06:26:24 +02:00

19 lines
439 B
YAML

# Configuration file for ReadTheDocs, used to render the CVA6
# User Manual to https://docs.openhwgroup.org/projects/cva6-user-manual.
# SPDX-License-Identifier:Apache-2.0 WITH SHL-2.1
version: 2
build:
os: "ubuntu-20.04"
tools:
python: "3.9"
# Build from the docs directory with Sphinx
sphinx:
configuration: docs/conf.py
# Explicitly set the Python requirements
python:
install:
- requirements: docs/requirements.txt