Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
Create .readthedocs.yaml
Browse files Browse the repository at this point in the history
RTD requires an explicit v2 cfg file as of 2023-09.
  • Loading branch information
MikeOpenHWGroup authored Aug 16, 2023
1 parent bda060e commit b5d1ba1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Configuration file for ReadTheDocs, used to render the CV32E41P
# User Manual to https://docs.openhwgroup.org/projects/cv32e41p-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/source/conf.py

# Explicitly set the Python requirements
python:
install:
- requirements: docs/requirements.txt

0 comments on commit b5d1ba1

Please sign in to comment.