Skip to content

Commit

Permalink
attempt to unpin docutils
Browse files Browse the repository at this point in the history
  • Loading branch information
bodono committed Jan 9, 2022
1 parent 413404d commit f1b493b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
uses: actions/setup-python@v2
- name: Install Python dependencies
run: |
# pin docutils here due to bullets not appearing
pip install sphinx sphinx-rtd-theme breathe docutils==0.16
pip install sphinx sphinx-rtd-theme breathe docutils
- name: Build docs
run: |
cd docs/src && make docs && touch ../.nojekyll
Expand Down

0 comments on commit f1b493b

Please sign in to comment.