Fix build issues. #5563

This commit is contained in:
Aditya Toshniwal
2022-12-19 11:59:21 +05:30
committed by GitHub
parent 4d95bc0365
commit 8e1b0c459f
3 changed files with 5 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ _build_docs() {
pip3 install --upgrade pip
pip3 install -r "${SOURCE_DIR}/requirements.txt"
pip3 install sphinx
pip3 install sphinxcontrib-youtube
cd "${SOURCE_DIR}" || exit
make docs