From efaef6aae922018ce71546c19fcbe47b1af77d2e Mon Sep 17 00:00:00 2001 From: Luiz Irber Date: Sat, 25 Nov 2023 13:31:08 +0000 Subject: [PATCH] Docs: system_packages is deprecated in RTD (#107) More info: https://blog.readthedocs.com/drop-support-system-packages/ --- .readthedocs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 51862c2..89f1d4f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,4 +14,3 @@ python: install: - method: pip path: . - system_packages: true