Skip to content

Commit 307eb5b

Browse files
araufuturiceclaude
andcommitted
Update logo, docs styling, and changelog for 0.5.3
- Update logo - Set logo background color to #0c0f41 - Add changelog entry for version 0.5.3 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 87d1d7d commit 307eb5b

3 files changed

Lines changed: 85 additions & 19 deletions

File tree

docs/source/_static/aito.svg

Lines changed: 63 additions & 19 deletions
Loading

docs/source/_static/custom.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
div.sphinxsidebar {
22
max-height: 100%;
33
overflow-y: auto;
4+
}
5+
6+
/* Logo background color */
7+
.wy-side-nav-search {
8+
background-color: #0c0f41;
9+
}
10+
11+
.wy-side-nav-search a.icon-home {
12+
background-color: #0c0f41;
413
}

docs/source/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
0.5.3
5+
-----
6+
7+
This version updates Python version support and modernizes the project infrastructure.
8+
9+
General
10+
^^^^^^^
11+
12+
- Dropped support for Python 3.6, 3.7, and 3.8 (all end-of-life). Minimum supported version is now Python 3.9.
13+
- Updated CI/CD to test only on Python 3.11.
14+
- Migrated documentation hosting from ReadTheDocs to GitHub Pages.
15+
- Added ``./do deploy-docs`` command for manual documentation deployment.
16+
417
0.5.2
518
-----
619

0 commit comments

Comments
 (0)