You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where the -P flag means documenting private members, i.e. all classes and methods starting with a single underscore symbol. This flag was introduced in d8c56d7, a few days after the private-members option was added in c5e9fa2. However, the -P never had any effect due to a bug that only got fixed recently by Sphinx 2.4.0. When we decided to stop documenting the private members in #1296, the private-members option was removed in 49262af but not the -P flag.
Now that cuda:10.1 has Sphinx 2.4.0, the private members are processed to generate the HTML output, revealing multiple errors in the docstrings. I'll fix those errors and remove the -P flag to hide private members again.
Fixes#3476
Description of changes:
- fix broken Sphinx syntax in docstrings of private members
- remove Sphinx apidoc `-P` flag (for Sphinx >= 2.4.0)
- remove documentation of inexistent features
https://gitlab.icp.uni-stuttgart.de/espressomd/espresso/pipelines/11044
The text was updated successfully, but these errors were encountered: