From f7e3b11906710f441167654aff03d4924a13491d Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 15 Sep 2023 11:49:24 -0400 Subject: [PATCH] Fix OS and mkdocs configs --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b7fd7f7..309a5e1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,8 +2,10 @@ version: 2 build: - os: debian + os: 'ubuntu-22.04' tools: python: '3.11' mkdocs: + configuration: mkdocs.yml + fail_on_warning: false