#9850: make style of documentation consistent with sagemath.org
-----------------------------+----------------------------------------------
Reporter: niles | Owner: mvngu
Type: defect | Status: new
Priority: major | Milestone:
Component: documentation | Keywords: style
Author: Niles Johnson | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
Comment(by mpatel):
Niles, could you later rework the patch to move the changes to
`SAGE_ROOT/devel/sage/doc/common/themes/sage/theme.conf`
instead? You can set [http://sphinx.pocoo.org/config.html#confval-
pygments_style pygments_style] to use alternate syntax highlights. Here's
a list of Pygments' builtin styles:
{{{
#!python
sage: from pygments.styles import STYLE_MAP
sage: STYLE_MAP.keys()
['manni', 'colorful', 'murphy', 'autumn', 'bw', 'pastie', 'native',
'perldoc', 'borland', 'trac', 'default', 'fruity', 'vs', 'emacs',
'friendly']
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9850#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" 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/sage-trac?hl=en.