From f81e4aeaae0e08edc2ed69faff442591899a50aa Mon Sep 17 00:00:00 2001 From: rohanbabbar04 Date: Sat, 18 Feb 2023 13:45:53 +0530 Subject: [PATCH] Updated readthedocs.yml to include system packages --- readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/readthedocs.yml b/readthedocs.yml index 8967c8a2..55a1f927 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -12,3 +12,4 @@ python: - requirements: requirements-doc.txt - method: setuptools path: . + system_packages: true