File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 66import re
77sys .path .append ('~/.local/lib' )
88
9+
910def 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+
2729project = 'hexonet.apiconnector'
2830copyright = '2018 by HEXONET GmbH'
2931author = '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]
4345exclude_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
You can’t perform that action at this time.
0 commit comments