From f0766ce4cd7f4c54c1afd16cb03ebf9458a62d4f Mon Sep 17 00:00:00 2001 From: Yoshiki Shibukawa Date: Fri, 30 Jun 2017 01:21:16 +0900 Subject: fix #3840: epub_uid should be XML Name --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/conf.py') diff --git a/doc/conf.py b/doc/conf.py index 3cde5bf3b..62c5c13d5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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')] -- cgit v1.2.1