Skip to content

Commit 0b409a2

Browse files
author
Michaël Perrin
committed
Allow generation of ePub files
1 parent 7dd450e commit 0b409a2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/_build/doctrees
22
/_build/html
3+
/_build/epub
34
*.pyc

_build/_theme/_exts/symfonycom/sphinx/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,4 @@ class SensioStyle(Style):
165165

166166
def setup(app):
167167
app.set_translator('html', SensioHTMLTranslator)
168+
app.set_translator('epub', SensioHTMLTranslator)

0 commit comments

Comments
 (0)