We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd450e commit 0b409a2Copy full SHA for 0b409a2
.gitignore
@@ -1,3 +1,4 @@
1
/_build/doctrees
2
/_build/html
3
+/_build/epub
4
*.pyc
_build/_theme/_exts/symfonycom/sphinx/__init__.py
@@ -165,3 +165,4 @@ class SensioStyle(Style):
165
166
def setup(app):
167
app.set_translator('html', SensioHTMLTranslator)
168
+ app.set_translator('epub', SensioHTMLTranslator)
0 commit comments