← Back to team overview

openerp-doc team mailing list archive

doc.openerp.com: error when building trunk doc.

 

An error has occured when building the documentation.

Sat Dec 8 08:20:08 CET 2012
Exception occurred:
  File "/usr/lib/pymodules/python2.7/docutils/nodes.py", line 534, in __getitem__
    return self.attributes[key]
KeyError: 'module'
The full traceback has been saved in /tmp/sphinx-err-E_Qcoy.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
Either send bugs to the mailing list at <http://groups.google.com/group/sphinx-dev/>,
or report them in the tracker at <http://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!
sed: can't read _build/dirhtml/_static/flasky.css: No such file or directory
WARNING: intersphinx inventory 'http://doc.openerp.com/trunk/developers/web/objects.inv' not fetchable due to <class 'urllib2.HTTPError'>: HTTP Error 404: Not Found
WARNING: intersphinx inventory 'http://doc.openerp.com/trunk/developers/objects.inv' not fetchable due to <class 'urllib2.HTTPError'>: HTTP Error 404: Not Found
WARNING: intersphinx inventory 'http://doc.openerp.com/trunk/developers/objects.inv' not fetchable due to <class 'urllib2.HTTPError'>: HTTP Error 404: Not Found
Exception occurred:
  File "/usr/lib/pymodules/python2.7/docutils/nodes.py", line 534, in __getitem__
    return self.attributes[key]
KeyError: 'module'
The full traceback has been saved in /tmp/sphinx-err-ylJDB3.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
Either send bugs to the mailing list at <http://groups.google.com/group/sphinx-dev/>,
or report them in the tracker at <http://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!
make[1]: *** [dirhtml] Error 1
WARNING: intersphinx inventory 'http://doc.openerp.com/trunk/developers/web/objects.inv' not fetchable due to <class 'urllib2.HTTPError'>: HTTP Error 404: Not Found
WARNING: intersphinx inventory 'http://doc.openerp.com/trunk/developers/objects.inv' not fetchable due to <class 'urllib2.HTTPError'>: HTTP Error 404: Not Found
Sat Dec 8 08:20:08 CET 2012
pushd server ; bzr pull -q ; popd
/home/www/doc.openerp.com/openerp-doc-trunk/server /home/www/doc.openerp.com/openerp-doc-trunk
/home/www/doc.openerp.com/openerp-doc-trunk
pushd web ; bzr pull -q ; popd
/home/www/doc.openerp.com/openerp-doc-trunk/web /home/www/doc.openerp.com/openerp-doc-trunk
/home/www/doc.openerp.com/openerp-doc-trunk
pushd command ; bzr pull -q ; popd
/home/www/doc.openerp.com/openerp-doc-trunk/command /home/www/doc.openerp.com/openerp-doc-trunk
/home/www/doc.openerp.com/openerp-doc-trunk
# Create global developers tree
pushd developers ; python generate.py --server ../server --web ../web --command ../command --output .././build/html/developers ; popd
/home/www/doc.openerp.com/openerp-doc-trunk/developers /home/www/doc.openerp.com/openerp-doc-trunk
make[1]: Entering directory `/home/www/doc.openerp.com/openerp-doc-trunk/developers'
rm -rf _build/*
make[1]: Leaving directory `/home/www/doc.openerp.com/openerp-doc-trunk/developers'
Running Sphinx v1.0.1
loading pickled environment... not yet created
loading intersphinx inventory from http://docs.python.org/objects.inv...
building [dirhtml]: targets for 37 source files that are out of date
updating environment: 37 added, 0 changed, 0 removed
reading sources... [  2%] command/adding-command
reading sources... [  5%] command/index
reading sources... [  8%] command/openerp-command
reading sources... [ 10%] index
reading sources... [ 13%] installation
reading sources... [ 16%] overview
reading sources... [ 18%] server/01_getting_started
reading sources... [ 21%] server/02_architecture
reading sources... [ 24%] server/03_module_dev
reading sources... [ 27%] server/03_module_dev_01
reading sources... [ 29%] server/03_module_dev_02
reading sources... [ 32%] server/03_module_dev_03
reading sources... [ 35%] server/03_module_dev_04
reading sources... [ 37%] server/03_module_dev_05
reading sources... [ 40%] server/03_module_dev_06
reading sources... [ 43%] server/04_security
reading sources... [ 45%] server/05_test_framework
reading sources... [ 48%] server/06_misc
reading sources... [ 51%] server/06_misc_import
reading sources... [ 54%] server/06_misc_list_font_style
reading sources... [ 56%] server/06_misc_need_action_specs
reading sources... [ 59%] server/06_misc_on_change_tips
reading sources... [ 62%] server/06_misc_user_img_specs
reading sources... [ 64%] server/09_deployment
reading sources... [ 67%] server/api_models
reading sources... [ 70%] web/async
reading sources... [ 72%] web/changelog-7.0
reading sources... [ 75%] web/client_action
reading sources... [ 78%] web/form_view
reading sources... [ 81%] web/list_view
reading sources... [ 83%] web/module
reading sources... [ 86%] web/presentation
reading sources... [ 89%] web/qweb
/home/www/doc.openerp.com/openerp-doc-trunk
# Override globally-generated server, web, and command directories
rm -rf ./build/html/developers/{server,web,command}
pushd server/doc          ; make clean dirhtml ;                                cp -r _build/dirhtml/ ../.././build/html/developers/server    ; popd
/home/www/doc.openerp.com/openerp-doc-trunk/server/doc /home/www/doc.openerp.com/openerp-doc-trunk
make[1]: Entering directory `/home/www/doc.openerp.com/openerp-doc-trunk/server/doc'
rm -rf _build/*
sphinx-build -b dirhtml -d _build/doctrees  -q . _build/dirhtml
sed -i '/-99999/d' _build/dirhtml/_static/flasky.css

Build finished. The HTML pages are in _build/dirhtml.
make[1]: Leaving directory `/home/www/doc.openerp.com/openerp-doc-trunk/server/doc'
/home/www/doc.openerp.com/openerp-doc-trunk
pushd web/addons/web/doc  ; make clean dirhtml ; rm -rf ../../../../_web_html ; cp -r _build/dirhtml/ ../../../.././build/html/developers/web ; popd
/home/www/doc.openerp.com/openerp-doc-trunk/web/addons/web/doc /home/www/doc.openerp.com/openerp-doc-trunk
make[1]: Entering directory `/home/www/doc.openerp.com/openerp-doc-trunk/web/addons/web/doc'
rm -rf _build/*
sphinx-build -b dirhtml -d _build/doctrees  -q . _build/dirhtml
make[1]: Leaving directory `/home/www/doc.openerp.com/openerp-doc-trunk/web/addons/web/doc'
/home/www/doc.openerp.com/openerp-doc-trunk
pushd command/doc         ; make clean dirhtml ; rm -rf ../../_command_html   ; cp -r _build/dirhtml/ ../.././build/html/developers/command   ; popd
/home/www/doc.openerp.com/openerp-doc-trunk/command/doc /home/www/doc.openerp.com/openerp-doc-trunk
make[1]: Entering directory `/home/www/doc.openerp.com/openerp-doc-trunk/command/doc'
rm -rf _build/*
sphinx-build -b dirhtml -d _build/doctrees  -q . _build/dirhtml
sed -i '/-99999/d' _build/dirhtml/_static/flasky.css

Build finished. The HTML pages are in _build/dirhtml.
make[1]: Leaving directory `/home/www/doc.openerp.com/openerp-doc-trunk/command/doc'
/home/www/doc.openerp.com/openerp-doc-trunk
# Create global users tree
pushd users ; make clean ; make dirhtml ; cp -r _build/dirhtml .././build/html/users ; popd
/home/www/doc.openerp.com/openerp-doc-trunk/users /home/www/doc.openerp.com/openerp-doc-trunk
make[1]: Entering directory `/home/www/doc.openerp.com/openerp-doc-trunk/users'
rm -rf _build/*
make[1]: Leaving directory `/home/www/doc.openerp.com/openerp-doc-trunk/users'
make[1]: Entering directory `/home/www/doc.openerp.com/openerp-doc-trunk/users'
sphinx-build -b dirhtml -d _build/doctrees  -q . _build/dirhtml
sed -i '/-99999/d' _build/dirhtml/_static/flasky.css

Build finished. The HTML pages are in _build/dirhtml.
make[1]: Leaving directory `/home/www/doc.openerp.com/openerp-doc-trunk/users'
/home/www/doc.openerp.com/openerp-doc-trunk
/home/www/doc.openerp.com/www-trunk-rev29 OK
Error 1 -> Sending email
------------------------------------------------------------
revno: 29
committer: Anonymous Coward on doc building machine
branch nick: openerp-doc-trunk
timestamp: Thu 2012-12-06 17:12:55 +0100
message:
  Removing stuff, because it is fun to have awful things named e.g. 05_test_framework instead of test-framework.
------------------------------------------------------------
revno: 28
committer: niv-openerp <nicolas.vanhoren@xxxxxxxxxxx>
branch nick: origin/trunk
timestamp: Fri 2012-11-23 18:00:19 +0100
message:
  Updated web index
------------------------------------------------------------
revno: 27
committer: Olivier Dony <odo@xxxxxxxxxxx>
branch nick: openerp-doc-trunk
timestamp: Fri 2012-11-02 10:26:02 +0100
message:
  Updated developers index.
------------------------------------------------------------
revno: 26
committer: Olivier Dony <odo@xxxxxxxxxxx>
branch nick: trunk
timestamp: Mon 2012-10-22 11:38:20 +0200
message:
  Add links to old doc versions, shorten labels to fit sidebar w/o wrapping
------------------------------------------------------------
revno: 25
author: Vo Minh Thu <vmt@xxxxxxxxxxx>
committer: Olivier Dony <odo@xxxxxxxxxxx>
branch nick: openerp-doc-trunk
timestamp: Mon 2012-10-15 14:27:08 +0200
message:
  [FIX] updated scripts because web/doc directory moved to web/addons/web/doc, updated toc.
------------------------------------------------------------
revno: 24
committer: Olivier Dony <odo@xxxxxxxxxxx>
branch nick: openerp-doc-trunk
timestamp: Wed 2012-08-22 11:19:35 +0200
message:
  [FIX] typo: missing white space.
------------------------------------------------------------
revno: 23
committer: Olivier Dony <odo@xxxxxxxxxxx>
branch nick: openerp-doc-trunk
timestamp: Tue 2012-08-21 18:16:35 +0200
message:
  [FIX] forgot to pull the command repository.
------------------------------------------------------------
revno: 22
committer: Olivier Dony <odo@xxxxxxxxxxx>
branch nick: openerp-doc-trunk
timestamp: Tue 2012-08-21 18:06:01 +0200
message:
  [IMP] added support for the openerp-command documentation.
------------------------------------------------------------
revno: 21
committer: Olivier Dony <odo@xxxxxxxxxxx>
branch nick: trunk
timestamp: Wed 2012-06-27 18:39:47 +0200
message:
  [IMP] make bzr pull quiet, to avoid detecting spurious build errors
------------------------------------------------------------
revno: 20
committer: Olivier Dony <odo@xxxxxxxxxxx>
branch nick: openerp-doc-trunk
timestamp: Wed 2012-06-27 10:44:08 +0200
message:
  [IMP] Change build script to conform to sphinx-like Makefile
  
  Also added empty i18n directory to simulate their
  availability, even if we do not plan to translate the
  technical documentation