From 2e2eaaa918834b52e96c438b47d04005c44ff73d Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 15 Sep 2023 12:06:22 -0400 Subject: [PATCH] Try to install via OS --- .readthedocs.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 79c951d..704e144 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,13 +2,11 @@ version: 2 build: - os: 'ubuntu-20.04' + os: 'ubuntu-22.04' tools: python: '3.9' - -python: - install: - - requirements: requirements.txt + apt_packages: + - mkdocs mkdocs: configuration: mkdocs.yml