[DOCS] Fixing docs by using sphinx-build instead of multiversion (#2217)

This commit is contained in:
Zahi Moudallal
2023-08-31 09:51:14 -07:00
committed by GitHub
parent fff97d864a
commit cf31f4ddb2

View File

@@ -33,7 +33,7 @@ jobs:
run: |
cd docs
export PATH=$(python3 -c "import cmake; print(cmake.CMAKE_BIN_DIR)"):$PATH
python3 -m sphinx_multiversion . _build/html/
sphinx-build . _build/html/
- name: Update docs
run: |