mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-19 11:44:58 -04:00
Added rtd yaml config file
This commit is contained in:
parent
fa5ee584e3
commit
fdf0c8d044
1 changed files with 23 additions and 0 deletions
23
.readthedocs.yaml
Normal file
23
.readthedocs.yaml
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Copyright 2023 OpenHW Group
|
||||
# Solderpad Hardware License, Version 2.1, see LICENSE.md for details.
|
||||
# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1
|
||||
|
||||
# Read the Docs configuration file
|
||||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
||||
|
||||
# Required
|
||||
version: 2
|
||||
|
||||
build:
|
||||
os: "ubuntu-20.04"
|
||||
tools:
|
||||
python: "3.9"
|
||||
|
||||
# Build from the docs directory with Sphinx
|
||||
sphinx:
|
||||
configuration: doc/conf.py
|
||||
|
||||
# Explicitly set the Python requirements
|
||||
python:
|
||||
install:
|
||||
- requirements: doc/requirements.txt
|
Loading…
Add table
Reference in a new issue