Skip to content

Commit

Permalink
Merge pull request #825 from MikeOpenHWGroup/v2_rtd_cfg
Browse files Browse the repository at this point in the history
[Skip CI] Version 2 RTD configuration file
  • Loading branch information
davideschiavone authored Jun 28, 2023
2 parents 0391e5c + c5d8bbe commit 296ac73
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 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

0 comments on commit 296ac73

Please sign in to comment.