summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 7e9af63f..3ef45435 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -167,3 +167,7 @@ texinfo_documents = [
author, 'VyOS', 'One line description of project.',
'Miscellaneous'),
]
+
+def setup(app):
+ app.add_object_type('opcmd', 'opcmd')
+ app.add_object_type('cfcmd', 'cfcmd')