Make doc build work with new layout

This commit is contained in:
James Bowman 2010-05-14 22:25:15 +00:00
parent ac41d29eee
commit da2fd5357d

View File

@ -26,7 +26,7 @@ def sl(s):
import pythonapi
python_api = pythonapi.reader("../../interfaces/python/api")
python_api = pythonapi.reader("../../modules/python/api")
class SphinxWriter: