From e9c77fce39aae23c589e05a9b181100d242aadc2 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Wed, 25 Sep 2024 00:48:00 +0200 Subject: [PATCH] [libshortfin] Add a .readthedocs.yaml This adds a configuration for Read the Docs. --- libshortfin/.readthedocs.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 libshortfin/.readthedocs.yaml diff --git a/libshortfin/.readthedocs.yaml b/libshortfin/.readthedocs.yaml new file mode 100644 index 000000000..8e0bdad18 --- /dev/null +++ b/libshortfin/.readthedocs.yaml @@ -0,0 +1,18 @@ +version: "2" + +build: + os: "ubuntu-24.04" + tools: + python: "3.12" + apt_packages: + - clang + jobs: + pre_build: + - CC=clang CXX=clang++ python -m pip install -v libshortfin/ + +python: + install: + - requirements: libshortfin/docs/requirements.txt + +sphinx: + configuration: libshortfin/docs/conf.py