Odoo documentation sources
Go to file
Antoine Vandevenne (anv) d810e0c0f3 fix page toc scroll issue
2021-02-19 17:52:04 +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 page toc scroll issue 2021-02-19 17:52:04 +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 [FIX] favicon 2021-02-19 11:24:35 +01:00
Makefile add temporary 'make static' command to only copy static files 2021-02-19 17:16:45 +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 Merge branch '12.0-one-doc-edi' of github.com:odoo/documentation-user into 12.0-one-doc-edi 2021-02-19 12:16:13 +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.