mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 12:42:54 +00:00
Documentation build tools: update min version for kconfiglib
Versions of kconfiglib lower than 10.2 cannot build the documentation correctly. The minimum version required is >=10.2. This patch updates the 'requirements.txt' accordingly. Tracked-On: #2429 Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
878c4e2ddc
commit
7d4ba5d7f7
@ -2,4 +2,4 @@ breathe==4.9.1
|
|||||||
sphinx==1.7.7
|
sphinx==1.7.7
|
||||||
docutils==0.14
|
docutils==0.14
|
||||||
sphinx_rtd_theme==0.4.0
|
sphinx_rtd_theme==0.4.0
|
||||||
kconfiglib==10.*
|
kconfiglib>=10.2
|
||||||
|
Loading…
Reference in New Issue
Block a user