From 9e6912a6e822a1b9414b75aa00be78b404402ec7 Mon Sep 17 00:00:00 2001 From: rebortg Date: Tue, 26 Jan 2021 21:06:26 +0100 Subject: coverage: disable at the moment b/c of build errors and branch changes --- docs/_ext/vyos.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/_ext') diff --git a/docs/_ext/vyos.py b/docs/_ext/vyos.py index 7861c8a2..a4e130e5 100644 --- a/docs/_ext/vyos.py +++ b/docs/_ext/vyos.py @@ -20,7 +20,8 @@ def setup(app): app.add_config_value( 'vyos_working_commands', - get_working_commands(), + #get_working_commands(), + {"cfgcmd": [], "opcmd": []}, 'html' ) app.add_config_value( -- cgit v1.2.3