We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39529d9 + 440ab38 commit 68911dbCopy full SHA for 68911db
.readthedocs.yaml
@@ -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