Skip to content

Commit

Permalink
fix importlib dependency (2nd attempt) (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 authored Dec 19, 2023
1 parent dd2c370 commit 1995200
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/upgrade/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.6.4 - 18 Dec 2023
## 1.6.5 - 18 Dec 2023

### Fixed

Expand Down
4 changes: 2 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.6.4"
version = "1.6.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 All @@ -15,6 +15,7 @@ sphinx-tabs = "^3.4.1"
pyyaml = "^6.0.1"
Sphinx-Substitution-Extensions = "^2022.2.16"
sphinx-notfound-page = "^1.0.0"
importlib-metadata = "^6.8.0"

[tool.poetry.dev-dependencies]
pytest = "^7.4.2"
Expand All @@ -25,7 +26,6 @@ setuptools = "^69.0.2"
sphinx-multiversion-scylla = "^0.3.1"
sphinx-sitemap = "^2.5.1"
redirects_cli ="^0.1.3"
importlib-metadata = "^6.8.0"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit 1995200

Please sign in to comment.