From 9987d611586c805b458e519b860c817da3239d1b Mon Sep 17 00:00:00 2001 From: Newbyte Date: Sat, 5 Jul 2025 15:19:15 +0200 Subject: [PATCH] docs: Add automodule for pmb.commands.test This was missed as the docs check needlessly ignores all modules that start with "test". Part-of: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2619 --- docs/api/pmb.commands.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/api/pmb.commands.rst b/docs/api/pmb.commands.rst index ea51291f..fac74cd9 100644 --- a/docs/api/pmb.commands.rst +++ b/docs/api/pmb.commands.rst @@ -84,6 +84,14 @@ pmb.commands.shutdown module :undoc-members: :show-inheritance: +pmb.commands.test module +---------------------------- + +.. automodule:: pmb.commands.test + :members: + :undoc-members: + :show-inheritance: + Module contents ---------------