Skip to content

Commit 56c402e

Browse files
committed
Removed topbar
Removed tobpar
1 parent e690fa1 commit 56c402e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## [0.1.23] - 22 Apr 2021
9+
10+
### Removed
11+
12+
- Top-bar for Scylla University live (#152)
13+
814
## [0.1.22] - 14 Apr 2021
915

1016
### Added
@@ -120,6 +126,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
120126
- The 404 page is now loaded from the theme (#58, #59)
121127
- The redirection scripts are now part of the theme (#58)
122128

129+
[0.1.23]: https://github.com/scylladb/sphinx-scylladb-theme/compare/0.1.22...0.1.23
123130
[0.1.22]: https://github.com/scylladb/sphinx-scylladb-theme/compare/0.1.21...0.1.22
124131
[0.1.21]: https://github.com/scylladb/sphinx-scylladb-theme/compare/0.1.20...0.1.21
125132
[0.1.20]: https://github.com/scylladb/sphinx-scylladb-theme/compare/0.1.19...0.1.20

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sphinx-scylladb-theme"
3-
version = "0.1.22"
3+
version = "0.1.23"
44
description = "A Sphinx Theme for ScyllaDB projects documentation"
55
authors = ["David García <[email protected]>"]
66
exclude = ["docs", "deploy.sh"]

sphinx_scylladb_theme/theme.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pygments_style = default
66
header_links =
77
site_description = Scylla is an Apache Cassandra-compatible NoSQL data store that can handle 1 million transactions per second on a single server.
88
github_issues_repository = scylladb/sphinx-scylladb-theme
9-
hide_banner = false
9+
hide_banner = true
1010
show_sidebar_index = false
1111
branch_substring_removed = branch-
1212
tag_substring_removed = -scylla

0 commit comments

Comments
 (0)