From c25daa7c46d227761990e408afb29310862802fc Mon Sep 17 00:00:00 2001 From: Emmanuelle Gouillart Date: Fri, 18 Oct 2019 22:49:06 -0400 Subject: [PATCH 1/2] interpret backticks as code --- apidoc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apidoc/conf.py b/apidoc/conf.py index 39a3460f4..e2c41daad 100644 --- a/apidoc/conf.py +++ b/apidoc/conf.py @@ -80,6 +80,7 @@ # The name of the Pygments (syntax highlighting) style to use. pygments_style = None +default_role = "literal" # -- Options for HTML output ------------------------------------------------- From ea3cc09185570e0742c57f71bf9b2e11f7d0397d Mon Sep 17 00:00:00 2001 From: Emmanuelle Gouillart Date: Fri, 18 Oct 2019 23:03:06 -0400 Subject: [PATCH 2/2] width of sidebar --- apidoc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apidoc/conf.py b/apidoc/conf.py index e2c41daad..52e9a12cb 100644 --- a/apidoc/conf.py +++ b/apidoc/conf.py @@ -98,7 +98,7 @@ 'analytics_id':'UA-39373211-1', 'logo':'logo.png', 'page_width': '70%', - 'sidebar_width':'15%' + 'sidebar_width':'20%' } # Add any paths that contain custom static files (such as style sheets) here,