mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove experimental flag for DOCX Output
Still needs some work, but it is in a releasable state.
This commit is contained in:
parent
3749abef77
commit
cab1e2cd50
@ -590,9 +590,7 @@ from calibre.ebooks.conversion.plugins.txt_output import TXTOutput, TXTZOutput
|
||||
from calibre.ebooks.conversion.plugins.html_output import HTMLOutput
|
||||
from calibre.ebooks.conversion.plugins.htmlz_output import HTMLZOutput
|
||||
from calibre.ebooks.conversion.plugins.snb_output import SNBOutput
|
||||
if 'CALIBRE_ENABLE_EXPERIMENTAL_DOCX_OUTPUT' in os.environ:
|
||||
from calibre.ebooks.conversion.plugins.docx_output import DOCXOutput
|
||||
plugins.append(DOCXOutput)
|
||||
|
||||
plugins += [
|
||||
ComicInput,
|
||||
@ -620,6 +618,7 @@ plugins += [
|
||||
]
|
||||
plugins += [
|
||||
EPUBOutput,
|
||||
DOCXOutput,
|
||||
FB2Output,
|
||||
LITOutput,
|
||||
LRFOutput,
|
||||
|
Loading…
x
Reference in New Issue
Block a user