Skip to content
Snippets Groups Projects
Commit f178b2b1 authored by Holger Krekel's avatar Holger Krekel
Browse files

fix confrest to adhere to docpath lookup

parent 7b20d4db
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,10 @@
class_="menu"), " ",
" ", id="menubar")
def get_doclink(self, target):
return relpath(self.targetpath.strpath,
self.project.get_docpath().join(target).strpath)
class Project(Project):
mydir = py.magic.autopath().dirpath()
title = "PyPy EU Project"
......@@ -28,5 +32,7 @@
height=105, width=213),
)
Page = PyPyPage
def get_docpath(self):
return self.mydir
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment