Skip to content

Commit

Permalink
Update gen_docs.yml
Browse files Browse the repository at this point in the history
 attempt 1 at fixing the issues with m2r being abandoned and new releases of docutils breaking it
  • Loading branch information
JacksonBurns authored Aug 18, 2022
1 parent f81476b commit 3f1c5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
git config user.email [email protected]
conda install python=3.7
python -m pip install -e .
python -m pip install sphinx sphinx-rtd-theme m2r mistune==0.8.4
python -m pip install sphinx sphinx-rtd-theme m2r mistune==0.8.4 docutils==0.17
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 3f1c5e6

Please sign in to comment.