File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 44
44
# The theme to use for HTML and HTML Help pages. See the documentation for
45
45
# a list of builtin themes.
46
46
#
47
- html_theme = 'alabaster '
47
+ html_theme = 'sphinx_rtd_theme '
48
48
49
49
# Add any paths that contain custom static files (such as style sheets) here,
50
50
# relative to this directory. They are copied after the builtin static files,
51
51
# so a file named "default.css" will overwrite the builtin "default.css".
52
- html_static_path = ['_static' ]
52
+ html_static_path = ['_static' ]
53
+
54
+ # The name of the Pygments (syntax highlighting) style to use.
55
+ pygments_style = 'sphinx'
56
+ highlight_language = 'Peg'
57
+ # Andreas Abel, 2022-02-27: Peg looked best from the "grammar" highlighters.
58
+ # I also tried 'Bnf' and 'Abnf'.
You can’t perform that action at this time.
0 commit comments