mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-06-27 17:00:57 -04:00
The Read the Docs build system will start requiring a v2 configuration file (.readthedocs.yaml) starting on September 25, 2023.
19 lines
443 B
YAML
19 lines
443 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
|