chore: move project
This commit is contained in:
parent
2d1eb82a96
commit
45be6ce8f3
25 changed files with 9 additions and 9 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[theme]
|
||||
inherit = "none"
|
||||
stylesheets = [
|
||||
"assets/style/theme.css",
|
||||
"_static/style/seaharvest.css",
|
||||
]
|
||||
sidebars = [
|
||||
"localtoc.html",
|
||||
1
vendor/html-theme-ref
vendored
1
vendor/html-theme-ref
vendored
|
|
@ -1 +0,0 @@
|
|||
Subproject commit ed3fb63b0cce6918d6bfef93276c3c908f04f3ae
|
||||
1
vendor/html-theme-seaharvest
vendored
Submodule
1
vendor/html-theme-seaharvest
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 51a8959d251de8e3f6c78c88bd6b18575bd10502
|
||||
Loading…
Add table
Add a link
Reference in a new issue