From 0e33d06470ab72d2ffc683359ecd3e0b27684c43 Mon Sep 17 00:00:00 2001 From: Sam Wu <22262939+samjwu@users.noreply.github.com> Date: Mon, 6 May 2024 15:32:17 -0600 Subject: [PATCH] Add ReadtheDocs configuration [ROCm/rocminfo commit: e68143cfb2a7daf6f45bea5bf8f2a674027abf8b] --- projects/rocminfo/.readthedocs.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 projects/rocminfo/.readthedocs.yaml diff --git a/projects/rocminfo/.readthedocs.yaml b/projects/rocminfo/.readthedocs.yaml new file mode 100644 index 0000000000..fbbc470f73 --- /dev/null +++ b/projects/rocminfo/.readthedocs.yaml @@ -0,0 +1,18 @@ +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +sphinx: + configuration: docs/conf.py + +formats: [htmlzip, pdf, epub] + +python: + install: + - requirements: docs/sphinx/requirements.txt + +build: + os: ubuntu-22.04 + tools: + python: "3.10"