1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-12 19:09:56 +03:00

docs/api/pmb.commands: fix "failed to import" (MR 2506)

Fix the following:

  WARNING: Failed to import pmb.commands.kconfig_check.
  WARNING: Failed to import pmb.commands.kconfig_edit.
  WARNING: Failed to import pmb.core.crosstool.

Crosstool has been dropped and kconfig_check/_edit code has been merged
into a kconfig module.
This commit is contained in:
Oliver Smith 2024-12-03 06:32:38 +01:00 committed by Newbyte
parent 07f04ae12a
commit 268478a202
No known key found for this signature in database
GPG key ID: ACD854892B38D898
2 changed files with 3 additions and 19 deletions

View file

@ -36,18 +36,10 @@ pmb.commands.index module
:undoc-members:
:show-inheritance:
pmb.commands.kconfig_check module
---------------------------------
pmb.commands.kconfig module
---------------------------
.. automodule:: pmb.commands.kconfig_check
:members:
:undoc-members:
:show-inheritance:
pmb.commands.kconfig_edit module
--------------------------------
.. automodule:: pmb.commands.kconfig_edit
.. automodule:: pmb.commands.kconfig
:members:
:undoc-members:
:show-inheritance:

View file

@ -44,14 +44,6 @@ pmb.core.context module
:undoc-members:
:show-inheritance:
pmb.core.crosstool module
-------------------------
.. automodule:: pmb.core.crosstool
:members:
:undoc-members:
:show-inheritance:
pmb.core.dps module
-------------------