From a39d0fb22c3062b98a43208b7d726369f9353c44 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 15 Sep 2023 12:02:16 -0400 Subject: [PATCH] Add Python requirements --- .readthedocs.yaml | 4 ++++ requirements.txt | 1 + 2 files changed, 5 insertions(+) create mode 100644 requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3d0da91..79c951d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,6 +6,10 @@ build: tools: python: '3.9' +python: + install: + - requirements: requirements.txt + mkdocs: configuration: mkdocs.yml fail_on_warning: false diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..49ec98c --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +mkdocs==1.5.2