From 4b501bf769a722856eee3620af951a7c8a432021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Wywia=C5=82?= Date: Sat, 4 Jan 2025 00:14:31 +0100 Subject: [PATCH] docs: fix path to requirements in .readthedocs.yaml --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ac9063d..2a6803e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,4 +10,4 @@ mkdocs: python: install: - - requirements: requirements-dev.txt + - requirements: requirements-docs.txt