Skip to content

Commit

Permalink
try get the job run
Browse files Browse the repository at this point in the history
  • Loading branch information
YuXHe15 committed Aug 15, 2024
1 parent 1918d2f commit 4520c9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
run: python -m pip install .

- name: Install Sphinx with pip
run: pip install sphinx
run: |
pip install sphinx
pip install myst-parser
- name: Check Sphinx installation
run: sphinx-build --version
Expand Down

0 comments on commit 4520c9c

Please sign in to comment.