commit | 964ab956e046d446a9e087de70d914d7a583d1de | [log] [tgz] |
---|---|---|
author | Yannick Jadoul <yannick.jadoul@belgacom.net> | Fri Jul 10 16:30:44 2020 +0200 |
committer | GitHub <noreply@github.com> | Fri Jul 10 16:30:44 2020 +0200 |
tree | 69d0b0bd1bc4d471a233a18770a7d95dc0f92dab | |
parent | f980d76d38dda8e9ce78e68e27b4c2026681bf51 [diff] [blame] |
Fix DeprecationWarning about 'invalid escape sequence' in tools/docs Python scripts (#2281)
diff --git a/docs/conf.py b/docs/conf.py index 585987e..663a816 100644 --- a/docs/conf.py +++ b/docs/conf.py
@@ -238,7 +238,7 @@ #'pointsize': '10pt', # Additional stuff for the LaTeX preamble. -'preamble': '\DeclareUnicodeCharacter{00A0}{}', +'preamble': r'\DeclareUnicodeCharacter{00A0}{}', # Latex figure (float) alignment #'figure_align': 'htbp',