From 0add91ee3928989b9ff21bc803c0abd49af059ca Mon Sep 17 00:00:00 2001 From: Sam Wu <22262939+samjwu@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:31:20 -0600 Subject: [PATCH] rocm-docs update --- .readthedocs.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9e6678abe5..b6df97c26d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,15 +4,15 @@ version: 2 sphinx: - configuration: docs/conf.py + configuration: docs/conf.py -formats: [htmlzip, pdf, epub] +formats: [htmlzip, pdf] python: - install: - - requirements: docs/sphinx/requirements.txt + install: + - requirements: docs/sphinx/requirements.txt build: - os: ubuntu-22.04 - tools: - python: "3.8" + os: ubuntu-22.04 + tools: + python: "3.10"