aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarthikeyan Singaravelan <tir.karthi@gmail.com>2020-08-07 12:45:57 +0000
committerKarthikeyan Singaravelan <tir.karthi@gmail.com>2020-08-07 12:45:57 +0000
commit94f809566362c348215cf74bec0956474c16afd4 (patch)
treea9c86aae5ab1a60c527a5c6b66c56b7c25a5f0bc
parent299652e13cbbea9c74f3df65c7633b1be3d9f245 (diff)
downloadexternal_python_mako-master.tar.gz
external_python_mako-master.tar.bz2
external_python_mako-master.zip
Fix deprecation warnings due to invalid escape sequences.HEADmaster
-rw-r--r--doc/build/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py
index a6e95a8..a2010ba 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -252,7 +252,7 @@ latex_documents = [
# Additional stuff for the LaTeX preamble.
# sets TOC depth to 2.
-latex_preamble = "\setcounter{tocdepth}{3}"
+latex_preamble = r"\setcounter{tocdepth}{3}"
# Documents to append as an appendix to all manuals.
# latex_appendices = []