On Sun, Aug 22, 2010 at 10:39 AM, Aaron S. Meurer <[email protected]> wrote: > > On Aug 22, 2010, at 12:54 AM, Ondrej Certik wrote: > >> On Thu, Aug 19, 2010 at 11:50 AM, Ondrej Certik <[email protected]> wrote: >>> Hi, >>> >>> this is an interesting project, where we can host our development docs: >>> >>> http://ericholscher.com/blog/2010/aug/16/announcing-read-docs/ >>> >>> It's a new project, so there are still some issues, that I have reported >>> here: >>> >>> http://github.com/rtfd/readthedocs.org/issues >>> >>> as you can see, due to them it is not ready for our docs yet, but >>> since it's opensource, I am sure that if someone fixes it and send >>> them a pull request, they will incorporate it. >>> >>> My testing page is here: >>> >>> http://readthedocs.org/projects/certik/sympy-docs/ >> >> So Eric (the author of readthedocs.org) fixed most of the issues and >> now it shows the sympy docs correctly: >> >> http://readthedocs.org/projects/certik/sympy-docs/docs/ >> >> it doesn't work on our official master, because this patch is needed: >> >> http://github.com/certik/sympy/commit/9a70fadbe36f04169bcef0a4c307e660dae9a288 > > What exactly does that patch do?
Without this patch, the "make html" calls rst2html to convert sympy-patches-tutorial into some "printable" html. It was introduced by this patch: http://github.com/sympy/sympy/commit/312e430b4345fefb11c39f6eb9e2060ff068ca64 I think it was due to some very old version of Sphinx. I suggest we just remove this, so that we become compatible with what people expect from Sphinx. Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
