Skip to content

Commit e9e4bc2

Browse files
authored
interpret backticks as code (#145)
* interpret backticks as code * width of sidebar
1 parent eeb4b80 commit e9e4bc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apidoc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
# The name of the Pygments (syntax highlighting) style to use.
8181
pygments_style = None
8282

83+
default_role = "literal"
8384

8485
# -- Options for HTML output -------------------------------------------------
8586

@@ -97,7 +98,7 @@
9798
'analytics_id':'UA-39373211-1',
9899
'logo':'logo.png',
99100
'page_width': '70%',
100-
'sidebar_width':'15%'
101+
'sidebar_width':'20%'
101102
}
102103

103104
# Add any paths that contain custom static files (such as style sheets) here,

0 commit comments

Comments
 (0)