Skip to content

Commit 6b0b56c

Browse files
committed
Update doc dependencies
1 parent a76d979 commit 6b0b56c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151

5252
- name: Install dependencies
5353
run: |
54-
pip install -r docs/requirements.txt
54+
#pip install -q -r docs/requirements.txt
55+
pip install docutils myst-parser Sphinx sphinx-rtd-theme
5556
5657
- name: Check docs for broken links
5758
run: |

0 commit comments

Comments
 (0)