OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlalchemy-migrate?expand=0&rev=8a25475ac4bb51fa4442aa4481ca0ff6
16 lines
809 B
Diff
16 lines
809 B
Diff
Index: sqlalchemy-migrate-0.13.0/doc/source/conf.py
|
|
===================================================================
|
|
--- sqlalchemy-migrate-0.13.0.orig/doc/source/conf.py
|
|
+++ sqlalchemy-migrate-0.13.0/doc/source/conf.py
|
|
@@ -182,8 +182,8 @@ htmlhelp_basename = 'SQLAlchemyMigratedo
|
|
# Grouping the document tree into LaTeX files. List of tuples
|
|
# (source start file, target name, title, author, document class [howto/manual]).
|
|
latex_documents = [
|
|
- ('index', 'SQLAlchemyMigrate.tex', ur'SQLAlchemy Migrate Documentation',
|
|
- ur'Evan Rosson, Jan Dittberner, Domen Kožar', 'manual'),
|
|
+ ('index', 'SQLAlchemyMigrate.tex', 'SQLAlchemy Migrate Documentation',
|
|
+ 'Evan Rosson, Jan Dittberner, Domen Kožar', 'manual'),
|
|
]
|
|
|
|
# The name of an image file (relative to this directory) to place at the top of
|