Skip to content

Commit

Permalink
[skipci] change m2r to m2r2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Nov 16, 2024
1 parent 67cda97 commit 46865be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from distutils.version import LooseVersion

import sphinx
from m2r import MdInclude
from m2r2 import MdInclude
from sphinx_gallery.sorting import FileNameSortKey

sys.path.insert(0, os.path.abspath(os.path.pardir))
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ gzip =
cbmr =
torch>=2.0 # for cbmr models
doc =
m2r
m2r2
matplotlib
mistune<2 # just temporary until m2r addresses this issue
mistune
pillow
recommonmark
seaborn
Expand Down

0 comments on commit 46865be

Please sign in to comment.