[svn r38777] Fixed api and source link role relative paths.
--HG-- branch : trunk
This commit is contained in:
parent
74ad33da28
commit
2851e1d919
|
@ -35,7 +35,8 @@ def get_docpath():
|
|||
return pypkgdir.join(path, abs=True)
|
||||
|
||||
def get_apigen_relpath():
|
||||
return relpath(get_apigenpath().strpath, get_docpath().strpath)
|
||||
return relpath(get_docpath().strpath + '/',
|
||||
get_apigenpath().strpath + '/')
|
||||
|
||||
def deindent(s, sep='\n'):
|
||||
leastspaces = -1
|
||||
|
|
Loading…
Reference in New Issue