Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2 RTD configuration file #880

Merged
merged 1 commit into from Jul 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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