diff options
author | Yoshiki Shibukawa <shibukawa.yoshiki@dena.jp> | 2017-06-30 01:21:16 +0900 |
---|---|---|
committer | Yoshiki Shibukawa <shibukawa.yoshiki@dena.jp> | 2017-06-30 23:37:32 +0900 |
commit | f0766ce4cd7f4c54c1afd16cb03ebf9458a62d4f (patch) | |
tree | 656aa023a61d3d50dd887c9e6b26d367931c8ce0 /doc/conf.py | |
parent | 1d0f667ecd6fcaecadb59f7006f1816a2a236a16 (diff) | |
download | sphinx-git-f0766ce4cd7f4c54c1afd16cb03ebf9458a62d4f.tar.gz |
fix #3840: epub_uid should be XML Name
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
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')] |