mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Disable raw directive.
This commit is contained in:
parent
c9e18c2646
commit
9a7950b497
@ -446,6 +446,7 @@ class WebSupport(object):
|
|||||||
|
|
||||||
def _parse_comment_text(self, text):
|
def _parse_comment_text(self, text):
|
||||||
settings = {'file_insertion_enabled': False,
|
settings = {'file_insertion_enabled': False,
|
||||||
|
'raw_enabled': False,
|
||||||
'output_encoding': 'unicode'}
|
'output_encoding': 'unicode'}
|
||||||
try:
|
try:
|
||||||
ret = publish_parts(text, writer_name='html',
|
ret = publish_parts(text, writer_name='html',
|
||||||
|
Loading…
Reference in New Issue
Block a user