docs: fix for rtd build

This commit is contained in:
Karim shoair
2026-01-01 17:01:24 +02:00
parent c6e4482837
commit 185a9c594f
+4
View File
@@ -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: