fix #3840: epub_uid should be XML Name

This commit is contained in:
Yoshiki Shibukawa
2017-06-30 01:21:16 +09:00
parent 1d0f667ecd
commit f0766ce4cd
7 changed files with 54 additions and 5 deletions

View File

@@ -34,6 +34,7 @@ epub_theme = 'epub'
epub_basename = 'sphinx'
epub_author = 'Georg Brandl'
epub_publisher = 'http://sphinx-doc.org/'
epub_uid = 'web-site'
epub_scheme = 'url'
epub_identifier = epub_publisher
epub_pre_files = [('index.xhtml', 'Welcome')]