Skip to content

Commit

Permalink
[CI][Docs] install the official requirements
Browse files Browse the repository at this point in the history
The version we used are old now, which is causing extra warnings.
  • Loading branch information
sys-ce-bb authored and jsji committed Oct 26, 2023
1 parent 56989e6 commit 0d7241a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install deps
run: |
sudo apt-get install -y doxygen graphviz ssh ninja-build
sudo pip3 install 'sphinx==4.2.0' 'myst-parser==0.15.1' 'recommonmark==0.7.1'
sudo pip3 install -r repo/llvm/docs/requirements.txt
- name: Build Docs
run: |
mkdir -p $GITHUB_WORKSPACE/build
Expand Down

0 comments on commit 0d7241a

Please sign in to comment.