From ac5a2d562a607f4ef014d2d2b2c11aa5b45e3712 Mon Sep 17 00:00:00 2001 From: abdoulbari zakir <32519851+a-zakir@users.noreply.github.com> Date: Wed, 10 Jan 2024 10:30:20 +0100 Subject: [PATCH] Fix HTML generation for readthedocs (#1867) --- readthedocs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index e6c09bb5bd..6a11327380 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,9 +1,12 @@ version: 2 +build: + os: "ubuntu-20.04" + tools: + python: "3.8" + python: - version: 3.7 install: - requirements: requirements-doc.txt - mkdocs: configuration: mkdocs.yml