Odoo documentation sources
Go to file
2021-04-21 09:24:25 +02:00
.tx [I18N] export 12.0 source terms 2019-10-03 11:35:39 +02:00
content rename 'hide_page_toc' to 'hide-page-toc' and 'show_content' to 'show-content' 2021-04-02 17:26:37 +02:00
extensions mobile hamburger icon update with animation< 2021-04-21 09:24:25 +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 split custom-js files with "," instead of ";" 2021-04-02 17:25:04 +02:00
Makefile [MOV] legal page to the root content level 2021-03-18 16:33:10 +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 droping the patch part ("".3") of pygment-csv-lexer in requirements as the version is not found on windows 2021-04-02 17:37:20 +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.