File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 91
91
# a list of builtin themes.
92
92
#
93
93
html_theme = 'sphinx_rtd_theme'
94
+ pygments_style = 'monokai'
94
95
95
96
# Theme options are theme-specific and customize the look and feel of a theme
96
97
# further. For a list of options available for each theme, see the
111
112
# Add any paths that contain custom static files (such as style sheets) here,
112
113
# relative to this directory. They are copied after the builtin static files,
113
114
# so a file named "default.css" will overwrite the builtin "default.css".
114
- # html_static_path = ['_static ']
115
+ html_static_path = ['sphinx-static ' ]
115
116
117
+ # Add customm CSS and JS files
118
+ html_css_files = ['theme_overrides.css' ]
119
+ html_js_files = []
116
120
117
121
# -- Options for HTMLHelp output ------------------------------------------
118
122
Original file line number Diff line number Diff line change
1
+ @media screen {
2
+ /* content column
3
+ *
4
+ * RTD theme's default is 800px as max width for the content, but we have
5
+ * tables with tons of columns, which need the full width of the view-port.
6
+ *
7
+ * Comment from yocto project theme_overrides.css
8
+ */
9
+
10
+ .wy-nav-content { max-width : none; }
11
+
12
+ }
You can’t perform that action at this time.
0 commit comments