Skip to content

Commit

Permalink
Merge pull request #880 from MikeOpenHWGroup/add_v2_rtd_cfg
Browse files Browse the repository at this point in the history
Version 2 RTD configuration file
  • Loading branch information
Silabs-ArjanB committed Jul 4, 2023
2 parents 39529d9 + 440ab38 commit 68911db
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .readthedocs.yaml
@@ -0,0 +1,19 @@
# Configuration file for ReadTheDocs, used to render the CV32E40X
# User Manual to https://docs.openhwgroup.org/projects/cv32e40x-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/user_manual/source directory with Sphinx
sphinx:
configuration: docs/user_manual/source/conf.py

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

0 comments on commit 68911db

Please sign in to comment.