We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ec22c commit fbd3d86Copy full SHA for fbd3d86
doc/conf.py
@@ -5,11 +5,11 @@
5
import sys, os
6
from sphinx.highlighting import lexers
7
from pygments.lexers.web import PhpLexer
8
-from pygments.lexers.agile import RubyLexer
+from pygments.lexers.compiled import CLexer
9
10
lexers['php'] = PhpLexer(startinline=True, linenos=1)
11
-lexers['varnish3'] = RubyLexer()
12
-lexers['varnish4'] = RubyLexer()
+lexers['varnish3'] = CLexer()
+lexers['varnish4'] = CLexer()
13
14
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
15
if not on_rtd: # only import and set the theme if we're building docs locally
0 commit comments