wazuh / wazuh-api

Wazuh - RESTful API
https://wazuh.com
GNU General Public License v2.0
69 stars 57 forks source link

Fix generate_rst script for API documentation #469

Closed vicferpoy closed 4 years ago

vicferpoy commented 4 years ago

Hi team, this PR solves the API responses through the generate_rst script for:

We had to modify generate_rst in addition to cluster.js since we were using the same @apiName for 3 different endpoints.

In addition to this, a fix for the ubuntu environment (docker) was added to prevent sphinx from failing when using make html.