summaryrefslogtreecommitdiff
path: root/sphinx/util
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-09-25 08:47:56 +0200
committerGeorg Brandl <georg@python.org>2011-09-25 08:47:56 +0200
commitdaf558d77006a981774e3c7173761b79689e3411 (patch)
tree1965bc11eb89320dede9bffec0fc5515825b6ca9 /sphinx/util
parentedbbd609bdfb24145672501f981e5abd3c825400 (diff)
downloadsphinx-daf558d77006a981774e3c7173761b79689e3411.tar.gz
More version-compatibility hack removals.
Diffstat (limited to 'sphinx/util')
-rw-r--r--sphinx/util/compat.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/util/compat.py b/sphinx/util/compat.py
index 1a263cff..bdb00845 100644
--- a/sphinx/util/compat.py
+++ b/sphinx/util/compat.py
@@ -11,7 +11,6 @@
from docutils import nodes
-# function missing in docutils 0.5
def make_admonition(node_class, name, arguments, options, content, lineno,
content_offset, block_text, state, state_machine):
#if not content: