doc: enforce minimum python version

This was still set to 3.4, and does not include REQUIRED to fail the
build in case of an old version.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2020-03-20 11:04:27 -07:00 committed by Anas Nashif
commit 0095daefbc

View file

@ -23,7 +23,7 @@ else()
message(STATUS "West: not found") message(STATUS "West: not found")
endif() endif()
find_package(PythonInterp 3.4) find_package(PythonInterp 3.6 REQUIRED)
set(DOXYGEN_SKIP_DOT True) set(DOXYGEN_SKIP_DOT True)
find_package(Doxygen REQUIRED) find_package(Doxygen REQUIRED)
find_package(LATEX) find_package(LATEX)