This commit is contained in:
Tiara Rodney 2025-06-19 17:58:46 +02:00
parent 9de1a7db79
commit 7bb0188a42
No known key found for this signature in database
GPG key ID: 5F43FAB4FBE5B5EB
30 changed files with 93 additions and 194 deletions

View file

@ -7,7 +7,7 @@ requires = [
build-backend = "setuptools.build_meta"
[project]
name = "byteb4rb1e.sphinxcontrib.theme.web2"
name = "byteb4rb1e.sphinxcontrib.theme.web20"
description = "Functional theme for Sphinx documentation generator"
authors = [
{ name = "Tiara Rodney", email = "tiara.rodney@administratrix.de" }
@ -31,21 +31,27 @@ classifiers = [
"Topic :: Software Development :: Documentation",
]
dependencies = [
"sphinx >= 5.0"
"sphinx >= 5.0",
"byteb4rb1e.sphinxcontrib.ext @ git+https://bitbucket.org/byteb4rb1e/sphinxcontrib.git@a4fd97b55a2bff04b162e2f00dba148b0303f833"
]
dynamic = ["version"]
requires-python = ">=3.9"
[project.entry-points."sphinx.html_themes"]
web2 = "byteb4rb1e.sphinxcontrib.theme.web2"
web20 = "byteb4rb1e.sphinxcontrib.theme.web20"
[tool.setuptools.package-data]
# relative to root dir of package, NOT repository
"byteb4rb1e.sphinxcontrib.theme.web2" = ["*.tar", "*.tar.sha256"]
"byteb4rb1e.sphinxcontrib.theme.web20" = [
"*.tar",
"*.tar.sha256",
"theme.toml",
"**/*.html"
]
[project.urls]
Bitbucket = "https://bitbucket.org/byteb4rb1e/sphinxcontrib-theme-seaharvest"
GitHub = "https://github.com/ByteB4rb1e/sphinxcontrib-theme-seaharvest"
Bitbucket = "https://bitbucket.org/byteb4rb1e/sphinxcontrib-theme-web20"
GitHub = "https://github.com/ByteB4rb1e/sphinxcontrib-theme-web20"
[tool.mypy]
strict = true