From c5d8bbe344f2e51e5daed51e4fe30b0342df900e Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Mon, 26 Jun 2023 09:33:47 -0400 Subject: [PATCH] Version 2 RTD configuration file --- .readthedocs.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..77f889197 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,19 @@ +# Configuration file for ReadTheDocs, used to render the CV32E40P User Manual to +# https://docs.openhwgroup.org/projects/cv32e40p-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/source directory with Sphinx +sphinx: + configuration: docs/source/conf.py + +# Explicitly set the Python requirements +python: + install: + - requirements: docs/requirements.txt