From 649adaaa6238cc34e75433f1ca9ebcc907e57762 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Fri, 1 Sep 2023 11:08:24 +0200 Subject: [PATCH] Remove deprecated option from rtd configuration file ReadTheDocs doesn't allow python.system_packages anymore. See https://readthedocs.org/projects/fedora-arc/builds/21789413/ Signed-off-by: Michal Konecny --- .readthedocs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7d9a869..b9bdf03 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,4 +12,3 @@ sphinx: python: install: - requirements: docs/requirements.txt - system_packages: true