From 5a39c134dee46e1284f43a7238e062ecb31378cb Mon Sep 17 00:00:00 2001 From: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:04:12 -0400 Subject: [PATCH] docs: fix RTD build error (#648) --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index a4f6d73a..4400dfdf 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,3 +5,5 @@ mkdocs: python: install: - requirements: docs/requirements.txt +build: + os: ubuntu-22.04