-
Notifications
You must be signed in to change notification settings - Fork 14
/
pyproject.toml
31 lines (28 loc) · 928 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[tool.poetry]
name = "sphinx-scylladb-theme"
version = "1.8.2"
description = "A Sphinx Theme for ScyllaDB documentation projects"
authors = ["David García <hi@davidgarcia.dev>"]
exclude = [".github", "config", "docs", "extensions", ".postcss.config.js", ".prettierrc.json", "deploy.sh", "src", "package.json", "package-lock.json"]
readme = "PYPI.rst"
[tool.poetry.dependencies]
python = "^3.10"
sphinx-collapse = "^0.1.1"
sphinx-copybutton = "^0.5.2"
beautifulsoup4 = "^4.12.3"
sphinx-tabs = "^3.4.5"
pyyaml = "^6.0.1"
Sphinx-Substitution-Extensions = "^2022.2.16"
sphinx-notfound-page = "^1.0.4"
setuptools = ">=70.1.1,<76.0.0"
[tool.poetry.dev-dependencies]
pytest = "^8.3.2"
sphinx-autobuild = "^2024.10.3"
pre-commit = "^4.0.1"
myst-parser = "^3.0.1"
sphinx-multiversion-scylla = "^0.3.2"
sphinx-sitemap = "^2.6.0"
redirects_cli ="^0.1.3"
[build-system]
requires = ["poetry>=1.8.0"]
build-backend = "poetry.masonry.api"