Hi Avril, On Sun, Feb 19, 2012 at 6:30 AM, Avril Coghlan <[email protected]> wrote: > I'd like to write a little document about using SAGE, using sphinx to write > it, and host my document at readthedocs.org > > I'm wondering how can I get the beautiful colouring of sphinx documentation > on SAGE, which I see at http://www.sagemath.org/doc/ ?
The colouring that you see at http://www.sagemath.org/doc/ is produced using a custom theme. Essentially, we customized the default Sphinx theme. Our colouring theme can be found in this file: http://hg.sagemath.org/sage-main/file/c239be1054e0/doc/common/themes/sage/theme.conf > As far as I can see, there is no specific 'sage' formatting available in > sphinx (like there is for R, python, and many other languages), is that > true? You should be able to produce your own theme using Sphinx. In fact, Sphinx has been known to be used to produce websites, not just documentation, due to its versatility. But a cost is that sometimes it can be very difficult for beginners to figure out how to do so. -- Regards, Minh Van Nguyen http://sage.math.washington.edu/home/mvngu/ -- 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/sage-support URL: http://www.sagemath.org
