File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sphinx-scylladb-theme"
3- version = " 0.1.22 "
3+ version = " 0.1.23 "
44description = " A Sphinx Theme for ScyllaDB projects documentation"
55authors = [
" David García <[email protected] >" ]
66exclude = [" docs" , " deploy.sh" ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pygments_style = default
66header_links =
77site_description = Scylla is an Apache Cassandra-compatible NoSQL data store that can handle 1 million transactions per second on a single server.
88github_issues_repository = scylladb/sphinx-scylladb-theme
9- hide_banner = false
9+ hide_banner = true
1010show_sidebar_index = false
1111branch_substring_removed = branch-
1212tag_substring_removed = -scylla
You can’t perform that action at this time.
0 commit comments