File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Changes to animatplot
6
6
0.4.3
7
7
-----
8
8
9
- - Fixed tests and ensured support for newer versions of python and numpy (<2.0> ). `#62 <https://github.com/t-makaro/animatplot/pull/62 >`_
9
+ - Fixed tests and ensured support for newer versions of python and numpy (<2.0). `#62 <https://github.com/t-makaro/animatplot/pull/62 >`_
10
10
11
11
0.4.2
12
12
-----
Original file line number Diff line number Diff line change 98
98
# a list of builtin themes.
99
99
#
100
100
on_rtd = os .environ .get ('READTHEDOCS' , None ) == 'True'
101
- if not on_rtd :
102
- import sphinx_rtd_theme
103
- html_theme = 'sphinx_rtd_theme'
104
- theme_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
101
+
102
+ import sphinx_rtd_theme
103
+ html_theme = 'sphinx_rtd_theme'
104
+ theme_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
105
105
106
106
# Theme options are theme-specific and customize the look and feel of a theme
107
107
# further. For a list of options available for each theme, see the
You can’t perform that action at this time.
0 commit comments