summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-01 10:15:16 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-01 10:15:16 +0100
commit85c0672291e5571dfeb32329bef50dd237577d1a (patch)
tree7a1f9b8d0a210568c5ce6652e11e94fe8759841a /docs/conf.py
parentde3b09d6ac10405b72dfefdfe750a92d8eea30f6 (diff)
downloadvyos-documentation-85c0672291e5571dfeb32329bef50dd237577d1a.tar.gz
vyos-documentation-85c0672291e5571dfeb32329bef50dd237577d1a.zip
add new directives cfcmd and opcmd
Diffstat (limited to 'docs/conf.py')
-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')