Hi Jan, On 11 Apr., 23:27, Jan Ulrich Hasecke <juhase...@googlemail.com> wrote: > Yes certainly, do you have a quick howto install the branch > independantly from the stable version? > > juh
to get the development version, visit https://bitbucket.org/rolmei/sphinx-epub/ and download the default Branch: Select "Downloads", choose the "default" branch (just below the top navigation). On the right choose a format for "get source". Unpack that archive to a temporary directory, say /tmp/rolmei-sphinx-epub-8b7852745c65/ In a shell (bourne), set PYTHONPATH=/tmp/rolmei-sphinx-epub-8b7852745c65/ export PYTHONPATH Change to your sphinx project directory. To see if the right version of sphinx is used, try to import sphinx in python. >>> import sphinx >>> sphinx.__path__ The path should contain the temporary directory. Then change the Makefile to point to the temporary sphinx-build.py: SPHINXBUILD = python /tmp/rolmei-sphinx-epub-8b7852745c65/sphinx- build.py Then just type make epub To undo the changes, type unset PYTHONPATH and remove the temporary directory. Restore the SPHINXBUILD setting in the Makefile. I hope the instructions are not too cryptic, Roland -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.