8000 Merge pull request #865 from tannewt/fix_rtd_build · eighthree/circuitpython@2fd9e9a · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 2fd9e9a

Browse files
authored
Merge pull request adafruit#865 from tannewt/fix_rtd_build
Fix ReadTheDocs build due to c2rst.
2 parents 6af5fc2 + 27551cb commit 2fd9e9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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
380E line = line.strip()

0 commit comments

Comments
 (0)
0