Skip to content

Commit d51f453

Browse files
committed
Bring back old styles.
1 parent d718458 commit d51f453

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libs/network/doc/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
todo_include_todos = True
3333

3434
# Add any paths that contain templates here, relative to this directory.
35-
# templates_path = ['_templates']
35+
templates_path = ['_templates']
3636

3737
# The suffix of source filenames.
3838
source_suffix = '.rst'
@@ -85,7 +85,7 @@
8585

8686
# The name of the Pygments (syntax highlighting) style to use.
8787
# pygments_style = 'sphinx'
88-
pygments_style = 'sphinx'
88+
pygments_style = 'bw'
8989

9090
# A list of ignored prefixes for module index sorting.
9191
#modindex_common_prefix = []
@@ -110,8 +110,8 @@
110110
# Add any paths that contain custom static files (such as style sheets) here,
111111
# relative to this directory. They are copied after the builtin static files,
112112
# 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']
115115

116116
# html_translator_class = "adjusts.CppNetlibHTMLTranslator"
117117

0 commit comments

Comments
 (0)