Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix #152 -- fix <pre>/indent in rst2html5 output
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jun 23, 2016
1 parent f205c97 commit 79ebde9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v7/rest_html5/rest_html5.py
Expand Up @@ -97,6 +97,7 @@ def compile_html(self, source, dest, is_two_file=True):
output, error_level, deps = rst2html(
data, settings_overrides={
'initial_header_level': 0,
'tab_width': 0,
'record_dependencies': True,
'stylesheet_path': None,
'link_stylesheet': True,
Expand Down

0 comments on commit 79ebde9

Please sign in to comment.