diff options
author | Robert Göhler <github@ghlr.de> | 2020-02-18 22:22:24 +0100 |
---|---|---|
committer | Robert Göhler <github@ghlr.de> | 2020-02-18 22:22:24 +0100 |
commit | 64f9605a5008e53c596526e926dccb676e048c9f (patch) | |
tree | e1978ff42ca71430c627ea89e2676a4ec1ae13de /docs/conf.py | |
parent | b07f0668c38d4232954f69b402a76877efe49ac6 (diff) | |
download | vyos-documentation-64f9605a5008e53c596526e926dccb676e048c9f.tar.gz vyos-documentation-64f9605a5008e53c596526e926dccb676e048c9f.zip |
VyOS Extension: fix comandlist margin in pdf and apply custom css in html
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 10 |
1 files changed, 0 insertions, 10 deletions
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 |