Skip to content

Commit 27551cb

Browse files
committed
Fix ReadTheDocs build due to c2rst.
1 parent 165b284 commit 27551cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/c2rst.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ def __init__(self):
77
def parse(self, inputstring, document):
88
# This setting is missing starting with Sphinx 1.7.1 so we set it ourself.
99
document.settings.tab_width = 4
10+
document.settings.character_level_inline_markup = False
1011
stripped = []
1112
for line in inputstring.split("\n"):
1213
line = line.strip()

0 commit comments

Comments
 (0)