Skip to content

Commit 63d1b58

Browse files
doc: west: apis: fix MalformedConfig autoclass
This was moved to west.configuration in v0.14.0. It happens to work in the current API docs because the west.manifest module also imports this class internally, but that's not where it's defined. Signed-off-by: Martí Bolívar <[email protected]>
1 parent fa59051 commit 63d1b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/develop/west/west-apis.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,10 +484,10 @@ Manifest and sub-objects
484484
Exceptions
485485
==========
486486

487-
.. autoclass:: west.manifest.MalformedManifest
487+
.. autoclass:: west.configuration.MalformedConfig
488488
:show-inheritance:
489489

490-
.. autoclass:: west.manifest.MalformedConfig
490+
.. autoclass:: west.manifest.MalformedManifest
491491
:show-inheritance:
492492

493493
.. autoclass:: west.manifest.ManifestVersionError

0 commit comments

Comments
 (0)