Skip to content

Commit

Permalink
Fix m2r lib pinning issue
Browse files Browse the repository at this point in the history
m2r does not support newest version of mistune:
see miyakogi/m2r#66
  • Loading branch information
jadinm committed Mar 27, 2022
1 parent 17eb808 commit 7d1afda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ sphinx_rtd_theme
sphinxcontrib-apidoc
sphinxcontrib-napoleon
m2r
mistune<2.0.0 # Needed because m2r does not support newest version of mistune: https://github.com/miyakogi/m2r/issues/66
recommonmark

0 comments on commit 7d1afda

Please sign in to comment.