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.
This commit is contained in:
Mike Thompson 2023-07-01 11:35:25 -04:00 committed by GitHub
parent 3cb54a1623
commit 6f16a2e765
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.readthedocs.yaml Normal file
View file

@ -0,0 +1,19 @@
# 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