Skip to content

Commit eb0cca4

Browse files
committed
Fix m2r --> m2r2 in the docs
The m2r package isn't being maintained.
1 parent a4756e4 commit eb0cca4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-spec.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ pip
1616
# Documentation
1717
sphinx
1818
sphinx_rtd_theme
19-
m2r
19+
m2r2

geometric_features/docs/parse_quick_start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
in the documentation
55
"""
66

7-
from m2r import convert
7+
from m2r2 import convert
88

99

1010
def build_quick_start():

0 commit comments

Comments
 (0)