Skip to content

Commit c1f92f3

Browse files
committed
Publish 0.20.0
SHA256 hashes: jupyterlite_sphinx-0.20.0-py3-none-any.whl: de2cb966f389d70cc269f501af24f0cbb1f47d521a89ee79ac83f0ad302214fc jupyterlite_sphinx-0.20.0.tar.gz: 1a5bb859030560a3e010c496dd5b997ae0859fb0c5eebf7636b78dea03337637
1 parent 9a59d08 commit c1f92f3

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.20.0
6+
7+
([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.19.1...9a59d086cb22b57731d05365f7c10747ef9d2ad1))
8+
9+
### Enhancements made
10+
11+
- Allow adding contents from outside the Sphinx source directory [#280](https://github.com/jupyterlite/jupyterlite-sphinx/pull/280) ([@agriyakhetarpal](https://github.com/agriyakhetarpal))
12+
- Fix try button and shadows for dark theme [#279](https://github.com/jupyterlite/jupyterlite-sphinx/pull/279) ([@IsabelParedes](https://github.com/IsabelParedes))
13+
14+
### Bugs fixed
15+
16+
- Fix incorrect disable marker for `TryExamples` buttons [#284](https://github.com/jupyterlite/jupyterlite-sphinx/pull/284) ([@agriyakhetarpal](https://github.com/agriyakhetarpal))
17+
18+
### Maintenance and upkeep improvements
19+
20+
- pin micromamba to v2.0.5 to fix failing RTD builds [#277](https://github.com/jupyterlite/jupyterlite-sphinx/pull/277) ([@agriyakhetarpal](https://github.com/agriyakhetarpal))
21+
22+
### Contributors to this release
23+
24+
([GitHub contributors page for this release](https://github.com/jupyterlite/jupyterlite-sphinx/graphs/contributors?from=2025-02-24&to=2025-04-28&type=c))
25+
26+
[@agriyakhetarpal](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Aagriyakhetarpal+updated%3A2025-02-24..2025-04-28&type=Issues) | [@IsabelParedes](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3AIsabelParedes+updated%3A2025-02-24..2025-04-28&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Apre-commit-ci+updated%3A2025-02-24..2025-04-28&type=Issues) | [@steppi](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Asteppi+updated%3A2025-02-24..2025-04-28&type=Issues)
27+
28+
<!-- <END NEW CHANGELOG ENTRY> -->
29+
530
## 0.19.1
631

732
([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.19.0...1f2bb9736eef1b9c63e2f7659b8ff965ef02fe85))
@@ -22,8 +47,6 @@
2247

2348
[@mfisher87](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Amfisher87+updated%3A2025-02-12..2025-02-24&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Apre-commit-ci+updated%3A2025-02-12..2025-02-24&type=Issues) | [@steppi](https://github.com/search?q=repo%3Ajupyterlite%2Fjupyterlite-sphinx+involves%3Asteppi+updated%3A2025-02-12..2025-02-24&type=Issues)
2449

25-
<!-- <END NEW CHANGELOG ENTRY> -->
26-
2750
## 0.19.0
2851

2952
([Full Changelog](https://github.com/jupyterlite/jupyterlite-sphinx/compare/v0.18.0...9cf9a249d02d99f68eb0c2ad49747607a19ba0b9))

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.19.1"
3+
__version__ = "0.20.0"

0 commit comments

Comments
 (0)