diff --git a/py/doc/confrest.py b/py/doc/confrest.py index 381dd1b86..a03812ef1 100644 --- a/py/doc/confrest.py +++ b/py/doc/confrest.py @@ -37,8 +37,8 @@ class Page(object): def fill_menubar(self): items = [ self.a_docref("index", "index.html"), - self.a_apigenref("api", "api/index.html"), - self.a_apigenref("source", "source/index.html"), + #self.a_apigenref("api", "api/index.html"), + #self.a_apigenref("source", "source/index.html"), self.a_docref("contact", "contact.html"), self.a_docref("download", "download.html"), ]