Skip to content

Commit 342fb6b

Browse files
committed
Merge branch 'main' into fix_some_examples_not_run_by_sphinx
2 parents f750b7c + d2e6811 commit 342fb6b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 3 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
@@ -42,6 +43,8 @@ Requirements
4243
Maintenance
4344
~~~~~~~~~~~
4445
* Fix some gallery examples not being run. Only gallery examples whose filename begins with ``NX_`` will be excluded. (:issue:`2790`, :pull:`2792`)
46+
* Fix documentation builds on runner images lacking link-type timezones. (:issue:`2795`, :pull:`2809`)
47+
4548

4649
Contributors
4750
~~~~~~~~~~~~

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)