Skip to content

Commit

Permalink
Adding .readthedocs.yaml to fix RTD build
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-herber-nxp committed Feb 16, 2024
1 parent 4b58bfc commit 04e2d2e
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 CV-X-IF documentation.
# Copyright 2023 OpenHW Group
# 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 04e2d2e

Please sign in to comment.