diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-05-23 11:53:00 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-05-23 11:53:00 -0700 |
| commit | 27551cbb4d8df81e8516b21b1bd85ee56b92b1ea (patch) | |
| tree | adf211f0d7742257b8d746242d067c17953bb199 /docs | |
| parent | 165b28438a7c684eaa50440056c8e1109d5e000c (diff) | |
Fix ReadTheDocs build due to c2rst.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/c2rst.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/c2rst.py b/docs/c2rst.py index 9ca8bc1bb..904fb7408 100644 --- a/docs/c2rst.py +++ b/docs/c2rst.py @@ -7,6 +7,7 @@ class CStrip(sphinx.parsers.Parser): 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() |
