fix ribbon.css
[oom/platform/cert-service.git] / docs / README.md
1 ## OOM Certification Service documentation
2 ###Requirements
3     Python 3.x
4
5 To generate a documentation locally follow below steps.
6
7 1. Open **docs** folder in terminal
8 2. Install all required dependencies
9
10     ```
11     pip install -r requirements-docs.txt
12    ```
13 3. Generate local documentation
14     ```
15     make html
16     ```
17     After command execution the documentation will be available in **_build/html** folder.
18 4. Before you commit documentation changes please execute
19     ```
20     make clean
21    ```