Skip to content

Commit

Permalink
pinning to sphinx v3
Browse files Browse the repository at this point in the history
  • Loading branch information
AakashGfude committed Dec 15, 2021
1 parent 5b4f69a commit ea7eb99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Install myst-nb
run: |
pip install git+https://github.com/executablebooks/MyST-NB@master
- name: Install sphinx
run: |
pip install sphinx==3.5.0
- name: Install latex dependencies
run: |
sudo apt-get -qq update
Expand Down

1 comment on commit ea7eb99

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.