The use of the documentation is subject to the CC-BY-NC-SA 4.0 license.
Documentation is published at https://www.oroinc.com/doc/orocommerce
In Oro solutions, documentation uses reStructuredText format and could be built with Sphinx:
- Install pip.
- Install Sphinx with Extensions for PHP and Symfony using the following command:
pip install --upgrade -q -r requirements.txt
- Run
make html
in documentation folder. Ensure thatconf.py
(documentation build configuration file) is there.
Documentation will be available in _build/html
folder.