Skip to content

Commit 104327c

Browse files
committed
Update rtd stuff
1 parent b3f81ff commit 104327c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Changes to animatplot
66
0.4.3
77
-----
88

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>`_
1010

1111
0.4.2
1212
-----

docs/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@
9898
# a list of builtin themes.
9999
#
100100
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()]
105105

106106
# Theme options are theme-specific and customize the look and feel of a theme
107107
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)