# HG changeset patch # User Julien Cristau # Date 1308134884 -7200 # Node ID dd212db4d0974d868cc0ddfc97e3a46fb84a21f6 # Parent c69dd872e5d7c4b770db3abd32e9591d8d2e0185 [donc] Fix building the cubicweb js documentation Avoids errors such as: Exception: Bad file id cubicweb.lazy referenced in INDEX_IN_ORDER in ../../../doc/tools/pyjsrest.py, fix this please diff -r c69dd872e5d7 -r dd212db4d097 doc/tools/pyjsrest.py --- a/doc/tools/pyjsrest.py Wed Jun 15 12:41:22 2011 +0200 +++ b/doc/tools/pyjsrest.py Wed Jun 15 12:48:04 2011 +0200 @@ -127,8 +127,6 @@ 'cubicweb.htmlhelpers', 'cubicweb.ajax', - 'cubicweb.lazy', - 'cubicweb.tabs', 'cubicweb.ajax.box', 'cubicweb.facets', 'cubicweb.widgets',