~openerp-community/openobject-doc/6.1

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Building the documentation
==========================

* `make html`. Alternatively, `i18n.py make`.

Building a localized version of the documentation
=================================================

* install babel
* install argparse if Python < 2.7
* install sphinx
* run `i18n.py make --language=$lang`

Exporting POT from the documentation
====================================

* install babel
* install argparse if Python < 2.7
* install sphinx
* run `i18n.py export`
* commit

.. note::

    When building the documentation, you may want to specify the
    ``PYTHONPATH`` in order for autodoc to work correctly