From 8589fe9d8fb082723dd9678453e931d2f55743f0 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 7 Aug 2023 08:19:31 -0500 Subject: [PATCH] docs: Remove python.sytem_packages from ReadTheDocs config * ReadTheDocs is removing the "use system packages" feature on 2023-08-29. The user should fully specify the docs environment, which for pyhf is already done, but pyhf was following the default template which included the uses of system_packages. --- .readthedocs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7c786083a9..bdab4e8207 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -28,4 +28,3 @@ python: path: . extra_requirements: - docs - system_packages: true