From 2a3cfc5b58f4d3006068c30eb811cb97ee304d16 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 15 Sep 2023 12:10:01 -0400 Subject: [PATCH] Fix ordering and go back to reqs --- .readthedocs.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 704e144..dd58f51 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,9 +5,11 @@ build: os: 'ubuntu-22.04' tools: python: '3.9' - apt_packages: - - mkdocs mkdocs: configuration: mkdocs.yml fail_on_warning: false + +python: + install: + - requirements: requirements.txt