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:
Rodney, Tiara 2025-03-29 20:09:38 +01:00
parent 66c160a3d2
commit aa9a494233
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723

View file

@ -20,7 +20,7 @@ classifiers = [
"Framework :: Sphinx", "Framework :: Sphinx",
"Framework :: Sphinx :: Theme", "Framework :: Sphinx :: Theme",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"License :: OSI Approved :: MIT License", "License :: Other/Proprietary License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
@ -32,11 +32,14 @@ classifiers = [
"Topic :: Software Development :: Documentation", "Topic :: Software Development :: Documentation",
] ]
dependencies = [ dependencies = [
"sphinx >= 6.0,<9.0", "sphinx >= 8.0,<9.0",
] ]
dynamic = ["version"] dynamic = ["version"]
requires-python = ">=3.8" requires-python = ">=3.8"
[project.entry-points."sphinx.html_themes"]
sphinx_theme_ref = "sphinx_theme_ref"
[project.urls] [project.urls]
Bitbucket = "https://bitbucket.org/tiaracodes/sphinx-theme-ref" Bitbucket = "https://bitbucket.org/tiaracodes/sphinx-theme-ref"
GitHub = "https://github.com/oxbqkwwxfrqccwtg/sphinx-theme-ref" GitHub = "https://github.com/oxbqkwwxfrqccwtg/sphinx-theme-ref"