Skip to content

Commit 68911db

Browse files
Merge pull request #880 from MikeOpenHWGroup/add_v2_rtd_cfg
Version 2 RTD configuration file
2 parents 39529d9 + 440ab38 commit 68911db

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.readthedocs.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Configuration file for ReadTheDocs, used to render the CV32E40X
2+
# User Manual to https://docs.openhwgroup.org/projects/cv32e40x-user-manual.
3+
# SPDX-License-Identifier:Apache-2.0 WITH SHL-2.1
4+
5+
version: 2
6+
7+
#build:
8+
# os: "ubuntu-20.04"
9+
# tools:
10+
# python: "3.9"
11+
12+
# Build from the docs/user_manual/source directory with Sphinx
13+
sphinx:
14+
configuration: docs/user_manual/source/conf.py
15+
16+
# Explicitly set the Python requirements
17+
python:
18+
install:
19+
- requirements: docs/user_manual/requirements.txt

0 commit comments

Comments
 (0)