Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync branch #1338

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/source/upgrade/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.8.4 - 14 Jan 2024
## 1.8.5 - 17 Jan 2024

### Fixed

- [#1336](https://github.com/scylladb/sphinx-scylladb-theme/pull/1336): Fixed an issue where the sidebar menu overlapped the project title.

## 1.8.4 - 17 Jan 2024

### Added

Expand Down
49 changes: 0 additions & 49 deletions headings.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sphinx-scylladb-theme"
version = "1.8.4"
version = "1.8.5"
description = "A Sphinx Theme for ScyllaDB documentation projects"
authors = ["David García <[email protected]>"]
exclude = [".github", "config", "docs", "extensions", ".postcss.config.js", ".prettierrc.json", "deploy.sh", "src", "package.json", "package-lock.json"]
Expand Down
2 changes: 1 addition & 1 deletion sphinx_scylladb_theme/static/css/main.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/css/components/_side-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
box-shadow: 0 0 $spacer-md 0 var(--brand-product);
position: sticky;
top: 0;
z-index: 100;

a {
background-color: var(--brand-product);
Expand Down
Loading