From 8bf31ea8069f4799bdc656aec3dea4da4a12a2e5 Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Tue, 5 Dec 2023 07:48:05 -0800 Subject: [PATCH] Remove `system_packages` option from `.readthedocs.yml` config --- .readthedocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 8262c4e..78a84d9 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,7 +13,6 @@ build: - pip install --user tox - python3 -m tox -e docs -- --strict --site-dir=_readthedocs/html/ python: - system_packages: false install: - method: pip path: tox