Skip to content

Commit

Permalink
fix: set strict version for sphinx-notfound-page extension (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 authored Jul 31, 2024
1 parent d74b342 commit b05a118
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 58 deletions.
6 changes: 6 additions & 0 deletions docs/source/upgrade/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.7.4 - 30 Jul 2024

## Fixed

- Set `sphinx-notfound-page` to `0.1.2` to fix the issue raised by the latest version of the extension. More details in https://github.com/readthedocs/sphinx-notfound-page/issues/240

## 1.7.3 - 25 Jun 2024

### Updated
Expand Down
111 changes: 55 additions & 56 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sphinx-scylladb-theme"
version = "1.7.3"
version = "1.7.4"
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 All @@ -14,7 +14,8 @@ beautifulsoup4 = "^4.12.3"
sphinx-tabs = "^3.4.5"
pyyaml = "^6.0.1"
Sphinx-Substitution-Extensions = "^2022.2.16"
sphinx-notfound-page = "^1.0.2"
# See https://github.com/readthedocs/sphinx-notfound-page/issues/240
sphinx-notfound-page = "1.0.2"
setuptools = ">=70.1.1,<72.0.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit b05a118

Please sign in to comment.