Skip to content

Commit

Permalink
Merge pull request micropython#865 from tannewt/fix_rtd_build
Browse files Browse the repository at this point in the history
Fix ReadTheDocs build due to c2rst.
  • Loading branch information
dhalbert committed May 23, 2018
2 parents 6af5fc2 + 27551cb commit 2fd9e9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/c2rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ def __init__(self):
def parse(self, inputstring, document):
# This setting is missing starting with Sphinx 1.7.1 so we set it ourself.
document.settings.tab_width = 4
document.settings.character_level_inline_markup = False
stripped = []
for line in inputstring.split("\n"):
line = line.strip()
Expand Down

0 comments on commit 2fd9e9a

Please sign in to comment.