Skip to content

Commit 16af148

Browse files
committed
Mark epub_author and epub_publisher for translation
1 parent 2e70a19 commit 16af148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,8 @@
447447
# Options for Epub output
448448
# -----------------------
449449

450-
epub_author = _('Python Documentation Authors',)
451-
epub_publisher = _('Python Software Foundation',)
450+
epub_author = _('Python Documentation Authors')
451+
epub_publisher = _('Python Software Foundation')
452452
epub_exclude_files = ('index.xhtml', 'download.xhtml')
453453

454454
# index pages are not valid xhtml

0 commit comments

Comments
 (0)