Ok I think using: "make gettext" expects to be used with python2, because of the SyntaxError in the print statement, but then I use "sphinx-build2", and the result is the same ImportError, python can't reach the juliadoc module, I don't know how to proceed:
ismaelvc@toybox ~/Devel/julia/doc (git)-[master] % sphinx-build2 -b gettext . _build :( Running Sphinx v1.2.1 Exception occurred: File "conf.py", line 15, in <module> import juliadoc ImportError: No module named juliadoc The full traceback has been saved in /tmp/sphinx-err-zM2Qhq.log, if you want to report the issue to the developers. Please also report this if it was a user error, so that a better error message can be provided next time. Either send bugs to the mailing list at <http://groups.google.com/group/sphinx-users/>, or report them in the tracker at <http://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!