summaryrefslogtreecommitdiff
path: root/sphinx/websupport
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-25 22:58:18 +0100
committerGeorg Brandl <georg@python.org>2011-01-25 22:58:18 +0100
commit9a7950b49781b76c6e557124dafce644c7b95f74 (patch)
tree1ca96702b8a8f97c82ef8d4950a14ec476c91e7d /sphinx/websupport
parentc9e18c2646ea660cb51b716058f89ac6fce98e1b (diff)
downloadsphinx-git-9a7950b49781b76c6e557124dafce644c7b95f74.tar.gz
Disable raw directive.
Diffstat (limited to 'sphinx/websupport')
-rw-r--r--sphinx/websupport/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/websupport/__init__.py b/sphinx/websupport/__init__.py
index 15c619afb..e054812e3 100644
--- a/sphinx/websupport/__init__.py
+++ b/sphinx/websupport/__init__.py
@@ -446,6 +446,7 @@ class WebSupport(object):
def _parse_comment_text(self, text):
settings = {'file_insertion_enabled': False,
+ 'raw_enabled': False,
'output_encoding': 'unicode'}
try:
ret = publish_parts(text, writer_name='html',