forked from pool/python-Sphinx
Accepting request 122103 from home:HighwayStar:branches:devel:languages:python
python3 package added OBS-URL: https://build.opensuse.org/request/show/122103 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=14
This commit is contained in:
12
python3-Sphinx-docs.patch
Normal file
12
python3-Sphinx-docs.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -ruN ./sphinx/domains/cpp.py ../Sphinx-1.1.3.p3k/sphinx/domains/cpp.py
|
||||
--- ./sphinx/domains/cpp.py 2012-01-29 17:49:09.000000000 +0900
|
||||
+++ ../Sphinx-1.1.3.p3k/sphinx/domains/cpp.py 2012-05-24 00:41:06.524526456 +0900
|
||||
@@ -162,7 +162,7 @@
|
||||
raise NotImplementedError()
|
||||
|
||||
def __str__(self):
|
||||
- return unicode(self).encode('utf-8')
|
||||
+ return self.__unicode__()
|
||||
|
||||
def __unicode__(self):
|
||||
raise NotImplementedError()
|
Reference in New Issue
Block a user