From 291e48d87722df8540d75dcad72df088d7495574 Mon Sep 17 00:00:00 2001 From: micah johnson Date: Sat, 14 Oct 2023 07:51:28 -0600 Subject: [PATCH] Pointing to the correct reqs for docs --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d53549f..f92bc93 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -32,4 +32,4 @@ sphinx: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: ./requirements_dev.txt + - requirements: ./docs/requirements.txt