I'm struggling to get Sphinx (and in particular autodoc) to work with my 32-bit version of wxpython. As far as I can work out, I build Sphinx in 32-bit mode (by pointing to a 32-bit Python binary in the Makefile) but following my installation, when I run sphinx-quickstart, followed by make html, an exception is raised within autodoc.py, complaining that the (python) build architecture is 64-bit whereas the wx module is only compatible with 32-bit builds of python. Does anyone know how to set autodoc/Sphinx to use my 32-bit build of Python?
Many thanks, Paul. -- 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/groups/opt_out.
