From 85c0672291e5571dfeb32329bef50dd237577d1a Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 1 Dec 2019 10:15:16 +0100 Subject: add new directives cfcmd and opcmd --- docs/conf.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/conf.py') 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') -- cgit v1.2.3