On Nov 8, 10:11 am, Georg Brandl <[email protected]> wrote: > You can do something like this in your conf.py: > > def setup(app): > from sphinx.highlighting import lexers > from pygments.lexers.compiled import JavaLexer > > lexers['java'] = JavaLexer(tabsize=4)
and how do you do this in general, or for included files with a specific extension? (like '.blam' for instance) -- You received this message because you are subscribed to the Google Groups "sphinx-dev" 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/sphinx-dev?hl=en.
