summaryrefslogtreecommitdiff
path: root/exts
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-07 00:30:02 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-07 00:30:02 +0200
commitcb291cc29d573cf60ef355454e25411111dc6295 (patch)
treec85aea2453274c53d7bdbc713ca3a4662a5f400c /exts
parentfa3ba808d4dfde387abcc33a50c894e3bbe59575 (diff)
downloaddocs-cb291cc29d573cf60ef355454e25411111dc6295.tar.gz
docs-cb291cc29d573cf60ef355454e25411111dc6295.tar.bz2
docs-cb291cc29d573cf60ef355454e25411111dc6295.zip
porting exchange API to new style
Diffstat (limited to 'exts')
-rw-r--r--exts/tsref.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/exts/tsref.py b/exts/tsref.py
index 91574929..8187f67f 100644
--- a/exts/tsref.py
+++ b/exts/tsref.py
@@ -231,6 +231,3 @@ def setup(app):
app.add_lexer('tsref', lexer)
app.add_builder(MyHtmlBuilder)
app.connect("doctree-read", remember_targets)
-
-
-