From 4be1468aa2b5dbf63dbb9c376245b8c87120093f Mon Sep 17 00:00:00 2001 From: Ryan Britnell Date: Sat, 17 Dec 2022 02:02:20 +0000 Subject: [PATCH] requirements.txt added for jinja2 bug https://github.com/mkdocs/mkdocs/issues/2794 --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3e868bb..5e480ca 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,5 +11,9 @@ build: tools: python: "3.9" +python: + install: + - requirements: docs/requirements.txt + mkdocs: configuration: mkdocs.yml \ No newline at end of file