chore: update project spec
- lock to latest Sphinx version - update license classifier to reflect CC SA BY 4.0 - add Sphinx theme entrypoint
This commit is contained in:
parent
66c160a3d2
commit
aa9a494233
1 changed files with 5 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ classifiers = [
|
|||
"Framework :: Sphinx",
|
||||
"Framework :: Sphinx :: Theme",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"License :: Other/Proprietary License",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
|
|
@ -32,11 +32,14 @@ classifiers = [
|
|||
"Topic :: Software Development :: Documentation",
|
||||
]
|
||||
dependencies = [
|
||||
"sphinx >= 6.0,<9.0",
|
||||
"sphinx >= 8.0,<9.0",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
requires-python = ">=3.8"
|
||||
|
||||
[project.entry-points."sphinx.html_themes"]
|
||||
sphinx_theme_ref = "sphinx_theme_ref"
|
||||
|
||||
[project.urls]
|
||||
Bitbucket = "https://bitbucket.org/tiaracodes/sphinx-theme-ref"
|
||||
GitHub = "https://github.com/oxbqkwwxfrqccwtg/sphinx-theme-ref"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue