Skip to content

Commit abc35b8

Browse files
committed
Added CSS overrides for accessibility. Added jquery.
1 parent 7bb63d9 commit abc35b8

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
@@ -72,6 +72,14 @@
7272
'style_nav_header_background': 'rgb(70, 70, 92)'
7373
}
7474

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

0 commit comments

Comments
 (0)