Skip to content

Commit 75acd9c

Browse files
committed
Publish 0.18.0
SHA256 hashes: jupyterlite_sphinx-0.18.0-py3-none-any.whl: 1638d9fa11e6e95d4c9bd5e4cc764e19d2e8685e62784d410338aba2e8147344 jupyterlite_sphinx-0.18.0.tar.gz: 8f51d20b754447d37940504f658471897d09dc2f0be9e772fec5cd0e90f4478f
1 parent a908c14 commit 75acd9c

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.18.0
6+
7+
([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.17.1...a908c141dbbecfacdacf4a3382b526c30eda24d7))
8+
9+
### Enhancements made
10+
11+
- Allow enabling/disabling REPL code execution in the `Replite` directive [#245](https://github.com/jupyterlite/jupyterlite-sphinx/pull/245) ([@agriyakhetarpal](https://github.com/agriyakhetarpal))
12+
13+
### Bugs fixed
14+
15+
- Correctly handle case where "See Also" section follows "Examples" in `global_enable_try_examples` [#251](https://github.com/jupyterlite/jupyterlite-sphinx/pull/251) ([@agriyakhetarpal](https://github.com/agriyakhetarpal))
16+
17+
### Maintenance and upkeep improvements
18+
19+
- Drop Python 3.8 [#239](https://github.com/jupyterlite/jupyterlite-sphinx/pull/239) ([@jtpio](https://github.com/jtpio))
20+
- Relax `jupyterlite-core` and `jupyterlite-xeus` dependencies [#238](https://github.com/jupyterlite/jupyterlite-sphinx/pull/238) ([@jtpio](https://github.com/jtpio))
21+
22+
### Contributors to this release
23+
24+
([GitHub contributors page for this release](https://github.com/jupyterlite/jupyterlite-sphinx/graphs/contributors?from=2024-12-22&to=2025-01-13&type=c))
25+
26+
[@agriyakhetarpal](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Aagriyakhetarpal+updated%3A2024-12-22..2025-01-13&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Ajtpio+updated%3A2024-12-22..2025-01-13&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Apre-commit-ci+updated%3A2024-12-22..2025-01-13&type=Issues) | [@steppi](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Asteppi+updated%3A2024-12-22..2025-01-13&type=Issues)
27+
28+
<!-- <END NEW CHANGELOG ENTRY> -->
29+
530
## 0.17.1
631

732
([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.17.0...f51bdc6e0971c45862af66eb68e10bfe6935f538))
@@ -16,8 +41,6 @@
1641

1742
[@agriyakhetarpal](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Aagriyakhetarpal+updated%3A2024-12-22..2024-12-22&type=Issues)
1843

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2144
## 0.17.0
2245

2346
([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.16.5...548b2151dfd593ae6633348e4df10348191495a9))

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.17.1"
3+
__version__ = "0.18.0"

0 commit comments

Comments
 (0)