2015-07-09 21:48:28 +07:00
|
|
|
===========================
|
|
|
|
End-user Odoo documentation
|
|
|
|
===========================
|
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
Build the documentation
|
|
|
|
=======================
|
2015-07-09 21:48:28 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
Requirements
|
|
|
|
------------
|
2015-07-09 21:48:28 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
- :ref:`Git <contributing/install-git>`
|
2015-07-09 21:48:28 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
- | :ref:`Python 3 <contributing/python>`
|
|
|
|
| If you don't know which subversion to choose, pick the last one.
|
|
|
|
| Python dependencies are listed in the file :file:`requirements.txt` located in the root
|
|
|
|
directory.
|
2015-07-10 15:13:24 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
- Sphinx 2.4.0 or above.
|
|
|
|
- Werkzeug 0.14.1
|
2015-07-10 15:13:24 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
- :ref:`Make <contributing/make>`
|
2015-07-10 15:13:24 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
Instructions
|
|
|
|
------------
|
2015-07-10 15:13:24 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
In a terminal, navigate to the root directory and execute the following command:
|
2015-07-10 15:13:24 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
.. code-block:: console
|
2015-07-10 15:13:24 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
$ make html
|
2015-07-09 21:48:28 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
This compiles the documentation to HTML.
|
2015-07-09 21:48:28 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
Open :file:`_build/html/index.html` in your web browser to display the render.
|
2015-07-10 15:13:24 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
See :ref:`contributing/prepare-version` for more detailed instructions.
|
2015-07-10 15:13:24 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
Contribute to the documentation
|
|
|
|
===============================
|
2015-07-10 15:13:24 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
For contributions to the content of the documentation, please refer to
|
|
|
|
:doc:`contributing/documentation/introduction_guide`.
|
2015-07-10 15:13:24 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
To **report a content issue**, **request new content** or **ask a question**, use the `repository's
|
|
|
|
issue tracker <https://github.com/odoo/documentation-user/issues>`_ as usual.
|