From 314c93d55cd7b8e3d9372adc4d3bbb201eea4870 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 19 Sep 2023 06:20:23 +1000 Subject: [PATCH] Update readthedocs (#5565) * Update readthedocs * Tweak config file * Cjange python version to 3.9 * Remove legacy option --- readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 2f1af6a973..cd0eb5f01b 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -4,6 +4,10 @@ mkdocs: configuration: docs/mkdocs.yml python: - version: 3.7 install: - requirements: docs/requirements.txt + +build: + os: "ubuntu-22.04" + tools: + python: "3.9"