dirty
This commit is contained in:
parent
9de1a7db79
commit
7bb0188a42
30 changed files with 93 additions and 194 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue