diff --git a/.gitmodules b/.gitmodules index 4cb6a7f..010718b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "vendor/html-theme-ref"] - path = vendor/html-theme-ref - url = https://github.com/ByteB4rb1e/html-theme-ref.git + path = vendor/html-theme-seaharvest + url = git@bitbucket.org:byteb4rb1e/html-theme-seaharvest.git diff --git a/pyproject.toml b/pyproject.toml index b16f113..0a24189 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,8 +7,8 @@ requires = [ build-backend = "setuptools.build_meta" [project] -name = "sphinx-theme-ref" -description = "Tiara's Sphinx documentation theme reference" +name = "byteb4rb1e.sphinxcontrib.theme.seaharvest" +description = "Functional theme for Sphinx documentation generator" authors = [ { name = "Tiara Rodney", email = "tiara.rodney@administratrix.de" } ] @@ -37,11 +37,11 @@ dynamic = ["version"] requires-python = ">=3.8" [project.entry-points."sphinx.html_themes"] -sphinx_theme_ref = "sphinx_theme_ref" +seaharvest = "byteb4rb1e.sphinxcontrib.theme.seaharvest" [project.urls] -Bitbucket = "https://bitbucket.org/tiaracodes/sphinx-theme-ref" -GitHub = "https://github.com/oxbqkwwxfrqccwtg/sphinx-theme-ref" +Bitbucket = "https://bitbucket.org/byteb4rb1e/sphinxcontrib-theme-seaharvest" +GitHub = "https://github.com/ByteB4rb1e/sphinxcontrib-theme-seaharvest" [tool.mypy] strict = true diff --git a/src/sphinx_theme_ref/__init__.py b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/__init__.py similarity index 100% rename from src/sphinx_theme_ref/__init__.py rename to src/byteb4rb1e/sphinxcontrib/theme/seaharvest/__init__.py diff --git a/src/sphinx_theme_ref/assets/.gitignore b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/assets/.gitignore similarity index 100% rename from src/sphinx_theme_ref/assets/.gitignore rename to src/byteb4rb1e/sphinxcontrib/theme/seaharvest/assets/.gitignore diff --git a/src/sphinx_theme_ref/changes/frameset.html b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/changes/frameset.html similarity index 100% rename from src/sphinx_theme_ref/changes/frameset.html rename to src/byteb4rb1e/sphinxcontrib/theme/seaharvest/changes/frameset.html diff --git a/src/sphinx_theme_ref/changes/rstsource.html b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/changes/rstsource.html similarity index 100% rename from src/sphinx_theme_ref/changes/rstsource.html rename to src/byteb4rb1e/sphinxcontrib/theme/seaharvest/changes/rstsource.html diff --git a/src/sphinx_theme_ref/changes/versionchanges.html b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/changes/versionchanges.html similarity index 100% rename from src/sphinx_theme_ref/changes/versionchanges.html rename to src/byteb4rb1e/sphinxcontrib/theme/seaharvest/changes/versionchanges.html diff --git a/src/sphinx_theme_ref/defindex.html b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/defindex.html similarity index 100% rename from src/sphinx_theme_ref/defindex.html rename to src/byteb4rb1e/sphinxcontrib/theme/seaharvest/defindex.html diff --git a/src/sphinx_theme_ref/domainindex.html b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/domainindex.html similarity index 100% rename from src/sphinx_theme_ref/domainindex.html rename to src/byteb4rb1e/sphinxcontrib/theme/seaharvest/domainindex.html diff --git a/src/sphinx_theme_ref/genindex-single.html b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/genindex-single.html similarity index 100% rename from src/sphinx_theme_ref/genindex-single.html rename to src/byteb4rb1e/sphinxcontrib/theme/seaharvest/genindex-single.html diff --git a/src/sphinx_theme_ref/genindex-split.html b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/genindex-split.html similarity index 100% rename from src/sphinx_theme_ref/genindex-split.html rename to src/byteb4rb1e/sphinxcontrib/theme/seaharvest/genindex-split.html diff --git a/src/sphinx_theme_ref/genindex.html b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/genindex.html similarity index 100% rename from src/sphinx_theme_ref/genindex.html rename to src/byteb4rb1e/sphinxcontrib/theme/seaharvest/genindex.html diff --git a/src/sphinx_theme_ref/globaltoc.html b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/globaltoc.html similarity index 100% rename from src/sphinx_theme_ref/globaltoc.html rename to src/byteb4rb1e/sphinxcontrib/theme/seaharvest/globaltoc.html diff --git a/src/sphinx_theme_ref/layout.html b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/layout.html similarity index 100% rename from src/sphinx_theme_ref/layout.html rename to src/byteb4rb1e/sphinxcontrib/theme/seaharvest/layout.html diff --git a/src/sphinx_theme_ref/localtoc.html b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/localtoc.html similarity index 100% rename from src/sphinx_theme_ref/localtoc.html rename to src/byteb4rb1e/sphinxcontrib/theme/seaharvest/localtoc.html diff --git a/src/sphinx_theme_ref/opensearch.xml b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/opensearch.xml similarity index 100% rename from src/sphinx_theme_ref/opensearch.xml rename to src/byteb4rb1e/sphinxcontrib/theme/seaharvest/opensearch.xml diff --git a/src/sphinx_theme_ref/page.html b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/page.html similarity index 100% rename from src/sphinx_theme_ref/page.html rename to src/byteb4rb1e/sphinxcontrib/theme/seaharvest/page.html diff --git a/src/sphinx_theme_ref/relations.html b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/relations.html similarity index 100% rename from src/sphinx_theme_ref/relations.html rename to src/byteb4rb1e/sphinxcontrib/theme/seaharvest/relations.html diff --git a/src/sphinx_theme_ref/search.html b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/search.html similarity index 100% rename from src/sphinx_theme_ref/search.html rename to src/byteb4rb1e/sphinxcontrib/theme/seaharvest/search.html diff --git a/src/sphinx_theme_ref/searchbox.html b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/searchbox.html similarity index 100% rename from src/sphinx_theme_ref/searchbox.html rename to src/byteb4rb1e/sphinxcontrib/theme/seaharvest/searchbox.html diff --git a/src/sphinx_theme_ref/searchfield.html b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/searchfield.html similarity index 100% rename from src/sphinx_theme_ref/searchfield.html rename to src/byteb4rb1e/sphinxcontrib/theme/seaharvest/searchfield.html diff --git a/src/sphinx_theme_ref/sourcelink.html b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/sourcelink.html similarity index 100% rename from src/sphinx_theme_ref/sourcelink.html rename to src/byteb4rb1e/sphinxcontrib/theme/seaharvest/sourcelink.html diff --git a/src/sphinx_theme_ref/theme.toml b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/theme.toml similarity index 86% rename from src/sphinx_theme_ref/theme.toml rename to src/byteb4rb1e/sphinxcontrib/theme/seaharvest/theme.toml index 79a8d3a..a79e5a7 100644 --- a/src/sphinx_theme_ref/theme.toml +++ b/src/byteb4rb1e/sphinxcontrib/theme/seaharvest/theme.toml @@ -1,7 +1,7 @@ [theme] inherit = "none" stylesheets = [ - "assets/style/theme.css", + "_static/style/seaharvest.css", ] sidebars = [ "localtoc.html", diff --git a/vendor/html-theme-ref b/vendor/html-theme-ref deleted file mode 160000 index ed3fb63..0000000 --- a/vendor/html-theme-ref +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ed3fb63b0cce6918d6bfef93276c3c908f04f3ae diff --git a/vendor/html-theme-seaharvest b/vendor/html-theme-seaharvest new file mode 160000 index 0000000..51a8959 --- /dev/null +++ b/vendor/html-theme-seaharvest @@ -0,0 +1 @@ +Subproject commit 51a8959d251de8e3f6c78c88bd6b18575bd10502