Odoo documentation sources
Go to file
2021-02-19 11:16:58 +01:00
.tx [I18N] export 12.0 source terms 2019-10-03 11:35:39 +02:00
content [APOCALYPSE] Merge all documentations and add a new homemade theme 2021-01-28 19:05:48 +01:00
extensions fix lang/version switchers 2021-02-19 11:16:58 +01:00
locale [I18N] Update translation terms from Transifex 2020-11-08 02:30:30 +01:00
static [APOCALYPSE] Merge all documentations and add a new homemade theme 2021-01-28 19:05:48 +01:00
.gitignore [APOCALYPSE] Merge all documentations and add a new homemade theme 2021-01-28 19:05:48 +01:00
commit_template.txt [IMP] base: add a commit message template with the guidelines 2020-01-16 14:17:37 +01:00
conf.py Revert "[POC] disable 'odoo' pygments style" 2021-02-16 16:13:45 +01:00
Makefile refactor versions and languages switchers logic + canonical urls + Makefile 2021-02-01 15:07:12 +01:00
README.rst [FIX] README: replace non-processed directives by absolute links 2020-02-20 16:51:55 +01:00
redirects.txt [MERGE] Forward-port of 11.0 in 12.0 2020-05-19 09:14:03 +02:00
requirements.txt Patchqueue: bring back pip install 2021-02-16 15:12:35 +01:00

===========================
End-user Odoo documentation
===========================

Build the documentation
=======================

Requirements
------------

- `Git <https://www.odoo.com/documentation/user/contributing/documentation/introduction_guide.html#install-git>`_

- | `Python 3 <https://www.odoo.com/documentation/user/contributing/documentation/introduction_guide.html#python>`_
  | If you don't know which subversion to choose, pick the last one.
  | Python dependencies are listed in the file ``requirements.txt`` located in the root
    directory.

  - Sphinx 2.4.0 or above.
  - Werkzeug 0.14.1

- `Make <https://www.odoo.com/documentation/user/contributing/documentation/introduction_guide.html#make>`_

Instructions
------------

In a terminal, navigate to the root directory and execute the following command:

.. code-block:: console

   $ make html

This compiles the documentation to HTML.

Open ``documentation-user/_build/html/index.html`` in your web browser to display the render.

See `this guide
<https://www.odoo.com/documentation/user/contributing/documentation/introduction_guide.html#prepare-your-version>`_
for more detailed instructions.

Contribute to the documentation
===============================

For contributions to the content of the documentation, please refer to the `Introduction Guide
<https://www.odoo.com/documentation/user/contributing/documentation/introduction_guide.html>`_.

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.