Odoo documentation sources
Go to file
Elisabeth Dickinson e74e754ace icons fix
2021-03-04 16:48:51 +01:00
.tx [I18N] export 12.0 source terms 2019-10-03 11:35:39 +02:00
content fix menu item icons 2021-02-22 16:44:20 +01:00
extensions icons fix 2021-03-04 16:48:51 +01:00
locale [I18N] Update translation terms from Transifex 2020-11-08 02:30:30 +01:00
static [DESIGN] accounting memento fixes 2021-03-04 16:48:51 +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 [DESIGN] accounting memento fixes 2021-03-04 16:48:51 +01:00
Makefile add static css to make static 2021-03-04 16:48:51 +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 final logic for tocs' accordion 2021-02-19 18:48:49 +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.