From 99af709434e33b7bdab9e1bd849e80349124e8db Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Tue, 2 Jun 2020 10:35:20 +0200 Subject: [PATCH] requirements_rtd: Add jsonschema module This module is needed so that we can import kas during the readthedocs build to extract command line usage information. Signed-off-by: Paul Barker Signed-off-by: Jan Kiszka --- requirements_rtd.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements_rtd.txt b/requirements_rtd.txt index a8d67b1..27b0e09 100644 --- a/requirements_rtd.txt +++ b/requirements_rtd.txt @@ -1,3 +1,4 @@ sphinx>=1.2.0 CommonMark>=0.5.6 sphinx-argparse>=0.2.1 +jsonschema>=2.5.0