diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 3fedc05c..1591b9bb 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') |