diff --git a/docs/conf.py b/docs/conf.py index 6614a90..e515528 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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), @@ -24,6 +25,7 @@ def find_version(*file_paths): # Project -------------------------------------------------------------- + project = 'hexonet.apiconnector' copyright = '2018 by HEXONET GmbH' author = 'Anthony Schneider, Kai Schwarz' @@ -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'] @@ -77,4 +79,4 @@ def find_version(*file_paths): # linkcheck ------------------------------------------------------------ -linkcheck_anchors = False \ No newline at end of file +linkcheck_anchors = False