sphinx==9.0.0 required Python version >= 3.11. Back to version 7.4.7

This commit is contained in:
Akshay Joshi
2025-12-02 11:55:26 +05:30
parent 086fa9bf87
commit 71719db3ab
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ _build_docs() {
source "${BUILD_ROOT}/venv/bin/activate"
pip3 install --upgrade pip
pip3 install -r "${SOURCE_DIR}/requirements.txt"
pip3 install sphinx==9.0.0
pip3 install sphinx==7.4.7
pip3 install sphinxcontrib-youtube
cd "${SOURCE_DIR}" || exit