Skip to content

Commit 3313f9f

Browse files
committed
Publish 0.14.0
SHA256 hashes: jupyterlite_sphinx-0.14.0-py3-none-any.whl: 144edf37e8a77f49b249dd57e3a22ce19ff87805ed79b460e831dc90bf38c269 jupyterlite_sphinx-0.14.0.tar.gz: beeed56d3b3c3667f02a038de8e3ec52ec1355bedb98cd3854efaee06796ad22
1 parent cefbabe commit 3313f9f

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.14.0
6+
7+
([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.13.1...cefbabe2d87e3572f6627c9a6f27923a6f8b8b82))
8+
9+
### Enhancements made
10+
11+
- Allow usage of global configuration values for `TryExamples` directive if provided by user [#161](https://github.com/jupyterlite/jupyterlite-sphinx/pull/161) ([@agriyakhetarpal](https://github.com/agriyakhetarpal))
12+
- Minor refactor + typing info [#155](https://github.com/jupyterlite/jupyterlite-sphinx/pull/155) ([@Carreau](https://github.com/Carreau))
13+
14+
### Maintenance and upkeep improvements
15+
16+
- Update to `jupyterlite-core >=0.2,<0.4` [#160](https://github.com/jupyterlite/jupyterlite-sphinx/pull/160) ([@jtpio](https://github.com/jtpio))
17+
- Update releaser workflows [#159](https://github.com/jupyterlite/jupyterlite-sphinx/pull/159) ([@jtpio](https://github.com/jtpio))
18+
- Raise informative error message when building man on older sphinx [#158](https://github.com/jupyterlite/jupyterlite-sphinx/pull/158) ([@Carreau](https://github.com/Carreau))
19+
- Add ruff pre-commit and reformat files with it [#156](https://github.com/jupyterlite/jupyterlite-sphinx/pull/156) ([@Carreau](https://github.com/Carreau))
20+
- Minor refactor + typing info [#155](https://github.com/jupyterlite/jupyterlite-sphinx/pull/155) ([@Carreau](https://github.com/Carreau))
21+
22+
### Contributors to this release
23+
24+
([GitHub contributors page for this release](https://github.com/jupyterlite/jupyterlite-sphinx/graphs/contributors?from=2024-03-22&to=2024-04-30&type=c))
25+
26+
[@agriyakhetarpal](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Aagriyakhetarpal+updated%3A2024-03-22..2024-04-30&type=Issues) | [@Carreau](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3ACarreau+updated%3A2024-03-22..2024-04-30&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Ajtpio+updated%3A2024-03-22..2024-04-30&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Apre-commit-ci+updated%3A2024-03-22..2024-04-30&type=Issues) | [@steppi](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Asteppi+updated%3A2024-03-22..2024-04-30&type=Issues)
27+
28+
<!-- <END NEW CHANGELOG ENTRY> -->
29+
530
## 0.13.1
631

732
([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.13.0...1e80dd142b70c883f7fcc5de4823fe7ca81bfb32))
@@ -20,8 +45,6 @@
2045

2146
[@steppi](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Asteppi+updated%3A2024-03-19..2024-03-22&type=Issues)
2247

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2548
## 0.13.0
2649

2750
([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.12.0...4dd4b3074d1a8e573c76b331a7ed20ff886bde2e))

jupyterlite_sphinx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .jupyterlite_sphinx import setup ## noqa
22

3-
__version__ = "0.13.1"
3+
__version__ = "0.14.0"

0 commit comments

Comments
 (0)