From 61e187caea77ccf45f8d6f382e9313dd0285fe7e Mon Sep 17 00:00:00 2001 From: Timo Cornelius Metzger <39711796+tcmetzger@users.noreply.github.com> Date: Tue, 23 Apr 2024 07:17:49 -0700 Subject: [PATCH] Fix typo in readthedocs config (#799) --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d5743495..339c944d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -23,4 +23,4 @@ python: - method: pip path: . extra_requirements: - - [docs, tests] + - [doc, tests]