mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
[DOCS] Fixing docs by using sphinx-build instead of multiversion (#2217)
This commit is contained in:
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user