Commit 0de8c6bf authored by Martí Bolívar's avatar Martí Bolívar Committed by Stephanos Ioannidis
Browse files

.github: doc-build: move to west 1.0.0



The release notes are in and west==1.0.0 is installable via pypi.
Move the doc build over to it and fix a typo while we are here.

Signed-off-by: default avatarMartí Bolívar <marti.bolivar@nordicsemi.no>
parent 4f5e113d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ on:

env:
  # NOTE: west docstrings will be extracted from the version listed here
  WEST_VERSION: 1.0.0a1
  WEST_VERSION: 1.0.0
  # The latest CMake available directly with apt is 3.18, but we need >=3.20
  # so we fetch that through pip.
  CMAKE_VERSION: 3.20.5
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ API changes:
- the deprecated ``west.cmake`` module used for Zephyr v1.14 LTS compatibility was
  removed

- the ``west.log`` module is now deprecated. This module's uses global state,
- the ``west.log`` module is now deprecated. This module uses global state,
  which can make it awkward to use it as an API which multiple different python
  modules may rely on.