From a42e9d1bbfb6efe5bad3d81d383064469226ba8d Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Mon, 6 Nov 2023 16:27:56 -0800 Subject: [PATCH] Fixed a typo in rtd configuration --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index eec8805..701a70a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -29,4 +29,4 @@ python: - method: pip path: . extra_requirements: - - docs + - doc