diff options
Diffstat (limited to 'docs/_ext')
-rw-r--r-- | docs/_ext/vyos.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_ext/vyos.py b/docs/_ext/vyos.py index a4e130e5..46ebae36 100644 --- a/docs/_ext/vyos.py +++ b/docs/_ext/vyos.py @@ -20,8 +20,8 @@ def setup(app): app.add_config_value( 'vyos_working_commands', - #get_working_commands(), - {"cfgcmd": [], "opcmd": []}, + get_working_commands(), + #{"cfgcmd": [], "opcmd": []}, 'html' ) app.add_config_value( |