nifey / epub2sphinx

epub2sphinx is a tool to convert epub files to ReST for Sphinx
https://pypi.org/project/epub2sphinx/
MIT License
12 stars 2 forks source link

Copy fonts and Don't copy ncx files #22

Closed nifey closed 2 years ago

nifey commented 2 years ago

Fonts are not getting copied. We also need to avoid copying any other files that we don't need like the ncx file and creating empty folders.

We can change --include-custom-css to --include-custom-style to copy both CSS stylesheets and font files together i.e. either copy both stylesheets and fonts or none of them.

nifey commented 2 years ago

Fixed by this commit.