← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 4016: fix unicode warning (documentation build)

 

------------------------------------------------------------
revno: 4016
committer: bchareyre <bruno.chareyre@xxxxxxxxxxxxxxx>
timestamp: Wed 2017-03-08 13:27:22 +0100
message:
  fix unicode warning (documentation build)
modified:
  doc/sphinx/book/confBook.py
  doc/sphinx/book/confManual.py
  doc/sphinx/book/confReference.py
  doc/sphinx/book/confTheory.py
  doc/sphinx/conf.py


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'doc/sphinx/book/confBook.py'
--- doc/sphinx/book/confBook.py	2016-11-02 22:08:33 +0000
+++ doc/sphinx/book/confBook.py	2017-03-08 12:27:22 +0000
@@ -670,7 +670,7 @@
 
 # -- Options for LaTeX output --------------------------------------------------
 
-my_maketitle=r'''
+my_maketitle=u'''
 \begin{titlepage}
 
 \begin{flushright}

=== modified file 'doc/sphinx/book/confManual.py'
--- doc/sphinx/book/confManual.py	2016-11-02 22:08:33 +0000
+++ doc/sphinx/book/confManual.py	2017-03-08 12:27:22 +0000
@@ -661,7 +661,7 @@
 
 # -- Options for LaTeX output --------------------------------------------------
 
-my_maketitle=r'''
+my_maketitle=u'''
 \begin{titlepage}
 
 \begin{flushright}

=== modified file 'doc/sphinx/book/confReference.py'
--- doc/sphinx/book/confReference.py	2016-11-02 22:08:33 +0000
+++ doc/sphinx/book/confReference.py	2017-03-08 12:27:22 +0000
@@ -661,7 +661,7 @@
 
 # -- Options for LaTeX output --------------------------------------------------
 
-my_maketitle=r'''
+my_maketitle=u'''
 \begin{titlepage}
 
 \begin{flushright}

=== modified file 'doc/sphinx/book/confTheory.py'
--- doc/sphinx/book/confTheory.py	2016-11-02 22:08:33 +0000
+++ doc/sphinx/book/confTheory.py	2017-03-08 12:27:22 +0000
@@ -661,7 +661,7 @@
 
 # -- Options for LaTeX output --------------------------------------------------
 
-my_maketitle=r'''
+my_maketitle=u'''
 \begin{titlepage}
 
 \begin{flushright}

=== modified file 'doc/sphinx/conf.py'
--- doc/sphinx/conf.py	2016-11-02 22:08:33 +0000
+++ doc/sphinx/conf.py	2017-03-08 12:27:22 +0000
@@ -661,7 +661,7 @@
 
 # -- Options for LaTeX output --------------------------------------------------
 
-my_maketitle=r'''
+my_maketitle=u'''
 \begin{titlepage}
 
 \begin{flushright}