File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ Configuring the default highlighter
2+ ===================================
3+
4+ Sphinx's default highlight language is ``python ``. For any documentation
5+ processed by this extension that does not have an explicit language type
6+ provided will fallback to Sphinx's default.
7+
8+ Users wishing to override the default highlight language can use the
9+ :lref: `confluence_lang_overrides ` configuration. For example, adding the
10+ following option inside a project's ``conf.py `` file:
11+
12+ .. code-block :: python
13+
14+ confluence_lang_overrides = {
15+ ' default' : ' none' ,
16+ }
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ the Confluence Builder extension in a Sphinx-enabled environment.
1010 guide-class-hints
1111 guide-collapse
1212 guide-confluence-macros
13+ guide-highlight-default
1314 guide-math
1415 guide-strike
1516 guide-ci
You can’t perform that action at this time.
0 commit comments