Odoo documentation sources
Go to file
2021-04-29 10:55:14 +02:00
.tx [I18N] export 12.0 source terms 2019-10-03 11:35:39 +02:00
content [FIX] views.rst: sphinx error (cannot lex literal_block 'xml') 2021-04-28 18:30:02 +02:00
extensions Merge branch '12.0-one-doc-edi' of github.com:odoo/documentation-user into 12.0-one-doc-edi 2021-04-29 10:55:14 +02:00
locale [I18N] Update translation terms from Transifex 2020-11-08 02:30:30 +01:00
static [POC] Load accounting js only on the necessary pages. 2021-03-18 18:27:50 +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 pygments: reference file location 2021-04-28 18:29:21 +02:00
Makefile Merge branch '12.0-one-doc-edi' of github.com:odoo/documentation-user into 12.0-one-doc-edi 2021-04-28 15:56:08 +02: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 remove support for windows in Makefile 2021-04-27 15:48:32 +02: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.