File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
todo_include_todos = True
33
33
34
34
# Add any paths that contain templates here, relative to this directory.
35
- # templates_path = ['_templates']
35
+ templates_path = ['_templates' ]
36
36
37
37
# The suffix of source filenames.
38
38
source_suffix = '.rst'
85
85
86
86
# The name of the Pygments (syntax highlighting) style to use.
87
87
# pygments_style = 'sphinx'
88
- pygments_style = 'sphinx '
88
+ pygments_style = 'bw '
89
89
90
90
# A list of ignored prefixes for module index sorting.
91
91
#modindex_common_prefix = []
110
110
# Add any paths that contain custom static files (such as style sheets) here,
111
111
# relative to this directory. They are copied after the builtin static files,
112
112
# so a file named "default.css" will overwrite the builtin "default.css".
113
- # html_style = 'cpp-netlib.css'
114
- # html_static_path = ['_static']
113
+ html_style = 'cpp-netlib.css'
114
+ html_static_path = ['_static' ]
115
115
116
116
# html_translator_class = "adjusts.CppNetlibHTMLTranslator"
117
117
You can’t perform that action at this time.
0 commit comments