]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - doc/source/conf.py
doc/source/conf.py: fix accidental escape sequence within a string.
[dunshire.git] / doc / source / conf.py
index d8c6a9b0242862af8dc408fd6edbbe26a3232d7a..efecf1b2b2eb6530fcb10b8ed3b5594e16a01dff 100644 (file)
@@ -40,10 +40,10 @@ copyright = '2016, Michael Orlitzky'
 author = 'Michael Orlitzky'
 
 # The short X.Y version.
-version = '0.1.0'
+version = '0.1.1'
 
 # The full version, including alpha/beta/rc tags.
-release = '0.1.0'
+release = '0.1.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -121,7 +121,7 @@ htmlhelp_basename = 'dunshiredoc'
 # -- Options for LaTeX output ---------------------------------------------
 
 latex_elements = {
-    'preamble' : '\usepackage{amsfonts,amssymb}',
+    'preamble' : r'\usepackage{amsfonts,amssymb}',
     'printindex' : ''
 }