From 42c4db9646c27182893e71fae3b0205724331364 Mon Sep 17 00:00:00 2001 From: priyamsahoo Date: Mon, 23 Oct 2023 11:17:38 +0530 Subject: [PATCH 1/2] remove 'system_packages' option from the config --- .readthedocs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7c8672ae..c205a49b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -30,5 +30,4 @@ build: python: install: # We also defined PIP_CONSTRAINTS=.config/requirements.txt on readthedocs config - - requirements: .config/requirements.in - system_packages: false + - requirements: .config/requirements.in \ No newline at end of file From d67b95fb946b3622d10f762c7d8bbf2d2777c4b7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 05:49:41 +0000 Subject: [PATCH 2/2] chore: auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index c205a49b..1a745724 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -30,4 +30,4 @@ build: python: install: # We also defined PIP_CONSTRAINTS=.config/requirements.txt on readthedocs config - - requirements: .config/requirements.in \ No newline at end of file + - requirements: .config/requirements.in