From 64f9605a5008e53c596526e926dccb676e048c9f Mon Sep 17 00:00:00 2001 From: Robert Göhler Date: Tue, 18 Feb 2020 22:22:24 +0100 Subject: VyOS Extension: fix comandlist margin in pdf and apply custom css in html --- docs/conf.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 99a41450..b63d4a03 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -177,15 +177,5 @@ texinfo_documents = [ ] -def vytask_role(name, rawtext, text, lineno, inliner, options={}, content=[]): - app = inliner.document.settings.env.app - base = app.config.vyos_phabricator_url - ref = base + str(text) - set_classes(options) - node = nodes.reference( - rawtext, utils.unescape(str(text)), refuri=ref, **options) - return [node], [] - - def setup(app): pass -- cgit v1.2.3