dirty
This commit is contained in:
parent
95e6ee35ed
commit
9de1a7db79
20 changed files with 180 additions and 110 deletions
|
|
@ -12,7 +12,7 @@ description = "Functional theme for Sphinx documentation generator"
|
|||
authors = [
|
||||
{ name = "Tiara Rodney", email = "tiara.rodney@administratrix.de" }
|
||||
]
|
||||
license = { file = "LICENSE" }
|
||||
license-files = ["LICENSE"]
|
||||
readme = "README.md"
|
||||
classifiers = [
|
||||
"Development Status :: 1 - Planning",
|
||||
|
|
@ -31,14 +31,18 @@ classifiers = [
|
|||
"Topic :: Software Development :: Documentation",
|
||||
]
|
||||
dependencies = [
|
||||
"sphinx >= 8.0,<9.0",
|
||||
"sphinx >= 5.0"
|
||||
]
|
||||
dynamic = ["version"]
|
||||
requires-python = ">=3.8"
|
||||
requires-python = ">=3.9"
|
||||
|
||||
[project.entry-points."sphinx.html_themes"]
|
||||
web2 = "byteb4rb1e.sphinxcontrib.theme.web2"
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
# relative to root dir of package, NOT repository
|
||||
"byteb4rb1e.sphinxcontrib.theme.web2" = ["*.tar", "*.tar.sha256"]
|
||||
|
||||
[project.urls]
|
||||
Bitbucket = "https://bitbucket.org/byteb4rb1e/sphinxcontrib-theme-seaharvest"
|
||||
GitHub = "https://github.com/ByteB4rb1e/sphinxcontrib-theme-seaharvest"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue