-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix importlib dependency (2nd attempt) (#967)
- Loading branch information
1 parent
dd2c370
commit 1995200
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
|
@@ -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" | ||
|
@@ -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"] | ||
|