From 9a7950b49781b76c6e557124dafce644c7b95f74 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 25 Jan 2011 22:58:18 +0100 Subject: Disable raw directive. --- sphinx/websupport/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sphinx/websupport') 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', -- cgit v1.2.1