Skip to content

Commit

Permalink
Fix #152 (code blocks) with rst2html5>=1.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 12, 2016
1 parent 820fcdd commit 78430c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v7/rest_html5/requirements.txt
@@ -1 +1 @@
rst2html5
rst2html5>=1.8.1
2 changes: 1 addition & 1 deletion v7/rest_html5/rest_html5.plugin
Expand Up @@ -4,7 +4,7 @@ Module = rest_html5

[Documentation]
Author = Roberto Alsina, Pelle Nilsson
Version = 1.0.1
Version = 1.0.2
Website = http://plugins.getnikola.com/#rest_html5
Description = Compile reST into HTML5

2 changes: 1 addition & 1 deletion v7/rest_html5/rest_html5.py
Expand Up @@ -97,7 +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,
# 'tab_width': 0,
'record_dependencies': True,
'stylesheet_path': None,
'link_stylesheet': True,
Expand Down

0 comments on commit 78430c5

Please sign in to comment.