Skip to content

Commit 4a1ec74

Browse files
fix(ci): missing replacement of m2r with m2r2 in docs/conf.py
1 parent 1e048c5 commit 4a1ec74

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import re
77
sys.path.append('~/.local/lib')
88

9+
910
def read(*names, **kwargs):
1011
with io.open(
1112
os.path.join(os.path.dirname(__file__), *names),
@@ -24,6 +25,7 @@ def find_version(*file_paths):
2425

2526
# Project --------------------------------------------------------------
2627

28+
2729
project = 'hexonet.apiconnector'
2830
copyright = '2018 by HEXONET GmbH'
2931
author = 'Anthony Schneider, Kai Schwarz'
@@ -38,7 +40,7 @@ def find_version(*file_paths):
3840
'sphinx.ext.autodoc',
3941
'sphinx.ext.intersphinx',
4042
'sphinxcontrib.log_cabinet',
41-
'm2r'
43+
'm2r2'
4244
]
4345
exclude_patterns = ['_build', '/docs/api/*.rst']
4446

@@ -77,4 +79,4 @@ def find_version(*file_paths):
7779

7880
# linkcheck ------------------------------------------------------------
7981

80-
linkcheck_anchors = False
82+
linkcheck_anchors = False

0 commit comments

Comments
 (0)