From 5f0f466b44a758eb285daec1449d76877022c541 Mon Sep 17 00:00:00 2001 From: Josh Holbrook Date: Sat, 16 Nov 2024 12:20:53 -0900 Subject: [PATCH] fix rtd python section --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index bff304e..00655df 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,6 +11,6 @@ mkdocs: fail_on_warning: false python: - version: "3.8" install: + - requirements: requirements_dev.txt - path: ".[dev]"