CI: Update documentation procedure

This commit is contained in:
2026-03-27 16:48:03 +01:00
parent 6133da1377
commit 28388e56aa

View File

@@ -1,6 +1,6 @@
#!/bin/bash
python3.12 -m venv tmp_venv/
python3.11 -m venv tmp_venv/
source tmp_venv/bin/activate
pip install -r docs/requirements.txt