Skip to content

Commit 0a3691c

Browse files
committed
Added CSS overrides for accessibility and jQuery to docs.
1 parent 3f64c73 commit 0a3691c

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

docs/_static/sphinx_rtd_theme_ext_color_contrast.css

Lines changed: 55 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/conf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@
7474
'style_nav_header_background': 'rgb(70, 70, 92)'
7575
}
7676

77+
html_css_files = [
78+
'sphinx_rtd_theme_ext_color_contrast.css'
79+
]
80+
81+
html_js_files = [
82+
'https://code.jquery.com/jquery-3.6.4.min.js'
83+
]
84+
7785
html_logo = '_static/highcharts-for-python-light-150x149.png'
7886
html_favicon = '_static/highcharts-for-python-dark-32x32.png'
7987

0 commit comments

Comments
 (0)