Skip to content

Commit d15f05e

Browse files
authored
Merge pull request #27 from highcharts-for-python/develop
PR for v.1.0.0-rc6
2 parents 2fa6fdf + b232fb7 commit d15f05e

File tree

4 files changed

+72
-1
lines changed

4 files changed

+72
-1
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Release 1.0.0-rc6
2+
=========================================
3+
4+
* Added CSS overrides to documentation for better accessibility.
5+
* Added jQuery to documentation to address issue in Sphinx 6.0 and Sphinx RTD Theme.
6+
7+
---------------
8+
19
Release 1.0.0-rc5
210
=========================================
311

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

highcharts_core/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.0-rc5'
1+
__version__ = '1.0.0-rc6'

0 commit comments

Comments
 (0)