Skip to content

Commit

Permalink
Fix APIHelper class missing in Sphinx docs
Browse files Browse the repository at this point in the history
After moving APIHelper to its own file _helper.py in #137, the class was not
found by Sphinx autodoc anymore, thus missing in the docs and we didn't catch
the warning at build time.
  • Loading branch information
JOJ0 committed Jul 26, 2024
1 parent 337e99e commit 6244d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/synadm.module.cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ package that is worth mentioning and generating documentation for, is the
backend code in :mod:`synadm.api`:


.. automodule:: synadm.cli
.. automodule:: synadm.cli._helper
:members: APIHelper
:undoc-members:
:show-inheritance:
Expand Down

0 comments on commit 6244d1b

Please sign in to comment.