Skip to content

Commit 2d6819e

Browse files
chore: update CHANGELOG.md for v2.1.18
1 parent 4d39b25 commit 2d6819e

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v2.1.18 - 2026-08-01
2+
## Version 2.1.18
3+
4+
### Changes to Existing Features
5+
- **Documentation**:
6+
- Updated `sphinx-toolbox` to version `4.3.0` in `docs/requirements.txt`. This upgrade enhances the documentation generation capabilities with the latest features and fixes.
7+
8+
### Internal
9+
- **Version Update**:
10+
- Bumped the package version to `2.1.18` to reflect the changes in documentation dependencies.
11+
12+
### Diagram of Documentation Dependency Changes
13+
```mermaid
14+
graph TD;
15+
A[Previous sphinx-toolbox Version 4.2.0] --> B[docs/requirements.txt];
16+
B --> C[Updated to sphinx-toolbox 4.3.0];
17+
```
18+
19+
This update ensures that the documentation tools are up-to-date, leveraging new improvements and maintaining compatibility with the latest documentation standards.
20+
121
## v2.1.17 - 2026-08-01
222
## Version 2.1.17
323

0 commit comments

Comments
 (0)