cva6/.readthedocs.yaml
Mike Thompson 6f16a2e765
Version 2 RTD configuration file (#1285)
The Read the Docs build system will start requiring a v2 configuration file (.readthedocs.yaml) starting on September 25, 2023.
2023-07-01 17:35:25 +02:00

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