summaryrefslogtreecommitdiff
path: root/dev-python/urwid/files/urwid-1.1.0-sphinx.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/urwid/files/urwid-1.1.0-sphinx.patch')
-rw-r--r--dev-python/urwid/files/urwid-1.1.0-sphinx.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/urwid/files/urwid-1.1.0-sphinx.patch b/dev-python/urwid/files/urwid-1.1.0-sphinx.patch
new file mode 100644
index 000000000000..442aeea67500
--- /dev/null
+++ b/dev-python/urwid/files/urwid-1.1.0-sphinx.patch
@@ -0,0 +1,11 @@
+--- urwid-1.1.0/docs/conf.py
++++ urwid-1.1.0/docs/conf.py
+@@ -46,7 +46,7 @@
+ # The version info for the project you're documenting, acts as replacement for
+ # |version| and |release|, also used in various other places throughout the
+ # built documents.
+-FILE_PATH = os.path.dirname(__file__).decode('utf-8')
++FILE_PATH = os.path.dirname(__file__)
+ VERSION_MODULE = os.path.abspath(os.path.join(FILE_PATH,
+ '../urwid/version.py'))
+ VERSION_VARS = {}