Am 25.03.2014 17:55, schrieb Georg Brandl:
> Note that Sphinx can already produce multiple .tex (and then .pdf) files from 
> a
> single project: the "latex_documents" config value is a list.

Too bad that it is not that easy with EPUB and other formats.

I must correct myself. You can use multiple configuration files but all
these files must have the name "conf.py". So if you want to use multiple
configuration files you have to create configuration folders first:

Like this:

doc-1/conf.py
doc-2/conf.py
doc-3/conf.py

Then you can call sphinx like this:

sphinx-build -b epub -c doc-1 sourcedir builddir/doc-1
sphinx-build -b epub -c doc-2 sourcedir builddir/doc-2
sphinx-build -b epub -c doc-3 sourcedir builddir/doc-3

to create eg. three different ebooks from one source.

juh

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to