From e275509ecece861278f19aff42848f5b8b6b5a36 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Thu, 1 Jan 2026 17:05:10 +0200 Subject: [PATCH] docs: fix for rtd build test --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c9eb475..f8810b3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,7 +11,7 @@ build: python: "3.13" commands: - python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt - - sudo apt-get install pngquant + - apt-get install pngquant - python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml # Build documentation with Mkdocs