chore: rename

This commit is contained in:
Tiara Rodney 2025-06-11 20:13:13 +02:00
parent 785a9386ed
commit d8e70ef921
No known key found for this signature in database
GPG key ID: 5F43FAB4FBE5B5EB
22 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ requires = [
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project] [project]
name = "byteb4rb1e.sphinxcontrib.theme.seaharvest" name = "byteb4rb1e.sphinxcontrib.theme.web2"
description = "Functional theme for Sphinx documentation generator" description = "Functional theme for Sphinx documentation generator"
authors = [ authors = [
{ name = "Tiara Rodney", email = "tiara.rodney@administratrix.de" } { name = "Tiara Rodney", email = "tiara.rodney@administratrix.de" }
@ -37,7 +37,7 @@ dynamic = ["version"]
requires-python = ">=3.8" requires-python = ">=3.8"
[project.entry-points."sphinx.html_themes"] [project.entry-points."sphinx.html_themes"]
seaharvest = "byteb4rb1e.sphinxcontrib.theme.seaharvest" web2 = "byteb4rb1e.sphinxcontrib.theme.web2"
[project.urls] [project.urls]
Bitbucket = "https://bitbucket.org/byteb4rb1e/sphinxcontrib-theme-seaharvest" Bitbucket = "https://bitbucket.org/byteb4rb1e/sphinxcontrib-theme-seaharvest"

View file

@ -16,7 +16,7 @@ def setup(app):
""" """
app.require_sphinx('8.0') app.require_sphinx('8.0')
app.add_html_theme('sphinx-theme-ref', Path(__file__).resolve().parent) app.add_html_theme('web2', Path(__file__).resolve().parent)
app.add_js_file('assets/script/theme.js') app.add_js_file('assets/script/theme.js')