Turn off code parsing in the standalone functional tests
[docutils.git] / test / functional / tests / _standalone_rst_defaults.py
blob5efebbee004fde342a24120783d7dcefa56445aa
1 # Keyword parameters passed to publish_file.
2 reader_name = "standalone"
3 parser_name = "rst"
5 # Settings.
6 settings_overrides['sectsubtitle_xform'] = 1
7 settings_overrides['syntax_highlight'] = 'none'