From 185a9c594f7a8ed8b383eb0d2baf5534964cc771 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Thu, 1 Jan 2026 17:01:24 +0200 Subject: [PATCH] docs: fix for rtd build --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2d69c84..c9eb475 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,6 +9,10 @@ build: os: ubuntu-24.04 tools: python: "3.13" + commands: + - python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt + - sudo apt-get install pngquant + - python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml # Build documentation with Mkdocs mkdocs: