There was an error while loading. Please reload this page.
1 parent 970cf53 commit 0a81259Copy full SHA for 0a81259
1 file changed
doc/source/conf.py
@@ -14,7 +14,8 @@
14
# All configuration values have a default; values that are commented out
15
# serve to show the default.
16
17
-import sys, os
+import sys
18
+import os
19
20
# If your extensions are in another directory, add it here. If the directory
21
# is relative to the documentation root, use os.path.abspath to make it
@@ -50,7 +51,7 @@
50
51
# built documents.
52
#
53
# The short X.Y version.
-with open(os.path.join(os.path.dirname(__file__),"..", "..", 'VERSION')) as fd:
54
+with open(os.path.join(os.path.dirname(__file__), "..", "..", 'VERSION')) as fd:
55
VERSION = fd.readline().strip()
56
version = VERSION
57
# The full version, including alpha/beta/rc tags.
@@ -170,8 +171,8 @@
170
171
# Grouping the document tree into LaTeX files. List of tuples
172
# (source start file, target name, title, author, document class [howto/manual]).
173
latex_documents = [
- ('index', 'GitPython.tex', ur'GitPython Documentation',
174
- ur'Michael Trier', 'manual'),
+ ('index', 'GitPython.tex', r'GitPython Documentation',
175
+ r'Michael Trier', 'manual'),
176
]
177
178
# The name of an image file (relative to this directory) to place at the top of
0 commit comments