Skip to content

Commit 2c1d07d

Browse files
authored
chore: release 1.8.7 (#1452)
1 parent ec0f776 commit 2c1d07d

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

docs/_utils/pyproject_template.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "sphinx-docs"
33
description = "ScyllaDB Documentation"
44
version = "0.1.0"
55
authors = ["ScyllaDB Documentation Contributors"]
6+
package-mode = false
67

78
[tool.poetry.dependencies]
89
python = "^3.10"

docs/source/upgrade/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 1.8.7 - 1 July 2025
9+
10+
### Added
11+
12+
- [89315d4](https://github.com/scylladb/sphinx-scylladb-theme/commit/89315d4483559a1423d8fb33ad75b885a1df1bad): Introduced a new `grid` directive for flexible page layouts.
13+
- [#1443](https://github.com/scylladb/sphinx-scylladb-theme/pull/1443): Added support for additional icons.
14+
- [#1452](https://github.com/scylladb/sphinx-scylladb-theme/pull/1452): Enabled the Ask AI bot by default across all documentation projects.
15+
16+
### Updated
17+
18+
- [89315](https://github.com/scylladb/sphinx-scylladb-theme/commit/89315d4483559a1423d8fb33ad75b885a1df1bad): Improved support for cards, making them available on inner pages.
19+
- [#1442](https://github.com/scylladb/sphinx-scylladb-theme/pull/1442): Updated navbar links to direct users to the latest manual documentation.
20+
- [#1441](https://github.com/scylladb/sphinx-scylladb-theme/pull/1441): Restyled the left sidebar to better identify nested elements.
21+
22+
### Fixed
23+
24+
- [#1428](https://github.com/scylladb/sphinx-scylladb-theme/pull/1428): Restored the ability to retain scroll position when reloading or navigating between pages.
25+
- [#1417](https://github.com/scylladb/sphinx-scylladb-theme/pull/1417): Fixed code line highlighting in dark mode.
26+
- [cd88d37](https://github.com/scylladb/sphinx-scylladb-theme/commit/cd88d37ef43bb657ce32d5020eeb3df69919ec0c): Removed unnecessary scroll behavior from search results.
27+
828
## 1.8.6 - 1 Apr 2025
929

1030
### Added

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tool.poetry]
22
name = "sphinx-scylladb-theme"
3-
version = "1.8.6"
3+
version = "1.8.7"
44
description = "A Sphinx Theme for ScyllaDB documentation projects"
5-
authors = ["David García <[email protected]>"]
5+
authors = ["David García <[email protected]>"]
66
exclude = [".github", "config", "docs", "extensions", ".postcss.config.js", ".prettierrc.json", "deploy.sh", "src", "package.json", "package-lock.json"]
77
readme = "PYPI.rst"
88

sphinx_scylladb_theme/theme.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ hide_feedback_buttons = true
2020
hide_edit_this_page_button = true
2121
hide_version_dropdown =
2222
hide_versions_dropdown =
23-
hide_ai_chatbot = true
23+
hide_ai_chatbot = false
2424
navigation_depth= -1
2525
site_description = ScyllaDB is an Apache Cassandra-compatible NoSQL data store that can handle 1 million transactions per second on a single server.
2626
local_scripts = true

0 commit comments

Comments
 (0)