Skip to content

Commit 443c7a7

Browse files
authored
RLS: v0.3.3 (#589)
* version upgrade and changelog * CHANGELOG edits
1 parent b232ca4 commit 443c7a7

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## v0.3.3 -- 2022-07-17
4+
5+
### Fixes:
6+
7+
- Style edits for last-child zero-margin on dd's [#586](https://github.com/executablebooks/sphinx-book-theme/pull/586) ([@benjaoming](https://github.com/benjaoming))
8+
- Escape colon in JupyterHub link to repo [#556](https://github.com/executablebooks/sphinx-book-theme/pull/556) ([@matthew-brett](https://github.com/matthew-brett))
9+
- Myst-nb pinning to 0.13.2 [#560](https://github.com/executablebooks/sphinx-book-theme/pull/560) ([@choldgraf](https://github.com/choldgraf))
10+
- Stylizing ReadTheDocs in `_readthedocs.scss` as per guidelines [#579](https://github.com/executablebooks/sphinx-book-theme/pull/579) ([@pradyunsg](https://github.com/pradyunsg))
11+
- `templates_path` in config was overriding any value append to `templates_path` in this package. [#566](https://github.com/executablebooks/sphinx-book-theme/pull/566) ([@AakashGfude](https://github.com/AakashGfude))
12+
13+
### Enhancements made:
14+
15+
- Added sidenote and marginnote using footnote syntax [#546](https://github.com/executablebooks/sphinx-book-theme/pull/546) ([@AakashGfude](https://github.com/AakashGfude))
16+
17+
### Docs:
18+
19+
- Added Docs for sphinx-examples [#550](https://github.com/executablebooks/sphinx-book-theme/pull/550) ([@choldgraf](https://github.com/choldgraf))
20+
- Lychee link fixes [#553](https://github.com/executablebooks/sphinx-book-theme/pull/553) ([@choldgraf](https://github.com/choldgraf))
21+
- Beta and lychee link fix [#552](https://github.com/executablebooks/sphinx-book-theme/pull/552) ([@choldgraf](https://github.com/choldgraf))
22+
23+
324
## v0.3.2 -- 2022-03-28
425

526
Two patch releases fixed two bugs for figure content in the margin.

src/sphinx_book_theme/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from .header_buttons.launch import add_launch_buttons
1616
from ._transforms import HandleFootnoteTransform
1717

18-
__version__ = "0.3.2"
18+
__version__ = "0.3.3"
1919
"""sphinx-book-theme version"""
2020

2121
SPHINX_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)