summaryrefslogtreecommitdiff
path: root/docs/_ext
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2021-01-26 21:06:26 +0100
committerrebortg <github@ghlr.de>2021-01-26 21:06:26 +0100
commit9e6912a6e822a1b9414b75aa00be78b404402ec7 (patch)
treedb054c30c57e591eddb86208472b829c6344e803 /docs/_ext
parent9ce7bae14ba8663bde841bb5c118c3f85ed0b478 (diff)
downloadvyos-documentation-9e6912a6e822a1b9414b75aa00be78b404402ec7.tar.gz
vyos-documentation-9e6912a6e822a1b9414b75aa00be78b404402ec7.zip
coverage: disable at the moment b/c of build errors and branch changes
Diffstat (limited to 'docs/_ext')
-rw-r--r--docs/_ext/vyos.py3
1 files changed, 2 insertions, 1 deletions
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(