From 9742b239beda97339585c8e5fdb617b65d64bb22 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Thu, 1 Jan 2026 17:42:47 +0200 Subject: [PATCH] docs: fix for rtd build --- .readthedocs.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f8810b3..d52ca2e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,12 +7,10 @@ version: 2 # Set the OS, Python version, and other tools you might need build: os: ubuntu-24.04 + apt_packages: + - pngquant tools: python: "3.13" - commands: - - python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt - - apt-get install pngquant - - python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml # Build documentation with Mkdocs mkdocs: