Skip to content

Commit 99a0195

Browse files
committed
sphinx: remove u prefixes in conf
1 parent 983c174 commit 99a0195

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
templates_path = ['_templates']
44
source_suffix = '.rst'
55
master_doc = 'index'
6-
project = u'uWSGI'
7-
copyright = u'2012-2016, uWSGI'
6+
project = 'uWSGI'
7+
copyright = '2012-2016, uWSGI'
88
version = '2.0'
99
release = '2.0'
1010
exclude_patterns = ['_build']
@@ -13,6 +13,6 @@
1313
html_static_path = ['_static']
1414
htmlhelp_basename = 'uWSGIdoc'
1515
latex_elements = {}
16-
latex_documents = [('index', 'uWSGI.tex', u'uWSGI Documentation', u'uWSGI', 'manual'),]
17-
man_pages = [('index', 'uwsgi', u'uWSGI Documentation', [u'uWSGI'], 1)]
18-
texinfo_documents = [('index', 'uWSGI', u'uWSGI Documentation', u'uWSGI', 'uWSGI', 'The uWSGI application server.', 'Miscellaneous'),]
16+
latex_documents = [('index', 'uWSGI.tex', 'uWSGI Documentation', 'uWSGI', 'manual'),]
17+
man_pages = [('index', 'uwsgi', 'uWSGI Documentation', ['uWSGI'], 1)]
18+
texinfo_documents = [('index', 'uWSGI', 'uWSGI Documentation', 'The uWSGI application server.', 'Miscellaneous'),]

0 commit comments

Comments
 (0)