Skip to content

Commit

Permalink
fix(ci): missing replacement of m2r with m2r2 in docs/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Jan 22, 2021
1 parent 1e048c5 commit 4a1ec74
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/conf.py
Expand Up @@ -6,6 +6,7 @@
import re
sys.path.append('~/.local/lib')


def read(*names, **kwargs):
with io.open(
os.path.join(os.path.dirname(__file__), *names),
Expand All @@ -24,6 +25,7 @@ def find_version(*file_paths):

# Project --------------------------------------------------------------


project = 'hexonet.apiconnector'
copyright = '2018 by HEXONET GmbH'
author = 'Anthony Schneider, Kai Schwarz'
Expand All @@ -38,7 +40,7 @@ def find_version(*file_paths):
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinxcontrib.log_cabinet',
'm2r'
'm2r2'
]
exclude_patterns = ['_build', '/docs/api/*.rst']

Expand Down Expand Up @@ -77,4 +79,4 @@ def find_version(*file_paths):

# linkcheck ------------------------------------------------------------

linkcheck_anchors = False
linkcheck_anchors = False

0 comments on commit 4a1ec74

Please sign in to comment.