Skip to content

Commit d2e6811

Browse files
authored
Add tzdata to fix ReadTheDocs build and vendor timezone data (#2809)
Thanks @yonryzhu and @echedey-ls * add tzdata to fix readthedocs build * fix whatsnew and add clarifying tzdata comment
1 parent c34058d commit d2e6811

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

docs/sphinx/source/whatsnew/v0.15.3.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Bug fixes
1818

1919
Enhancements
2020
~~~~~~~~~~~~
21+
* Ensure all timezones are available in all OSs. (:issue:`2795`, :pull:`2809`)
2122

2223

2324
Documentation
@@ -41,6 +42,7 @@ Requirements
4142

4243
Maintenance
4344
~~~~~~~~~~~
45+
* Fix documentation builds on runner images lacking link-type timezones. (:issue:`2795`, :pull:`2809`)
4446

4547

4648
Contributors

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies = [
1717
'requests',
1818
'scipy >= 1.7.2',
1919
'h5py',
20+
'tzdata', # ensure all timezones are available in all installs for consistency GH#2795
2021
]
2122
license = "BSD-3-Clause"
2223
classifiers = [

0 commit comments

Comments
 (0)