Skip to content

Commit

Permalink
pin docutils version for Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Nov 1, 2024
1 parent 80c7afc commit ba0d9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Install Sphinx & Dependencies
run: |
pip install sphinx sphinx_markdown_builder sphinx_rtd_theme sphinx-argparse m2r pandas bio
pip install sphinx sphinx_markdown_builder sphinx_rtd_theme sphinx-argparse m2r pandas bio "docutils==0.20"
sudo apt-get install python3-distutils
- name: Build Documentation
working-directory: docs
Expand Down

0 comments on commit ba0d9c3

Please sign in to comment.