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"]
|
[submodule "vendor/html-theme-ref"]
|
||||||
path = vendor/html-theme-ref
|
path = vendor/html-theme-seaharvest
|
||||||
url = https://github.com/ByteB4rb1e/html-theme-ref.git
|
url = git@bitbucket.org:byteb4rb1e/html-theme-seaharvest.git
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@ requires = [
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "sphinx-theme-ref"
|
name = "byteb4rb1e.sphinxcontrib.theme.seaharvest"
|
||||||
description = "Tiara's Sphinx documentation theme reference"
|
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,11 +37,11 @@ dynamic = ["version"]
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
|
|
||||||
[project.entry-points."sphinx.html_themes"]
|
[project.entry-points."sphinx.html_themes"]
|
||||||
sphinx_theme_ref = "sphinx_theme_ref"
|
seaharvest = "byteb4rb1e.sphinxcontrib.theme.seaharvest"
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Bitbucket = "https://bitbucket.org/tiaracodes/sphinx-theme-ref"
|
Bitbucket = "https://bitbucket.org/byteb4rb1e/sphinxcontrib-theme-seaharvest"
|
||||||
GitHub = "https://github.com/oxbqkwwxfrqccwtg/sphinx-theme-ref"
|
GitHub = "https://github.com/ByteB4rb1e/sphinxcontrib-theme-seaharvest"
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
strict = true
|
strict = true
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[theme]
|
[theme]
|
||||||
inherit = "none"
|
inherit = "none"
|
||||||
stylesheets = [
|
stylesheets = [
|
||||||
"assets/style/theme.css",
|
"_static/style/seaharvest.css",
|
||||||
]
|
]
|
||||||
sidebars = [
|
sidebars = [
|
||||||
"localtoc.html",
|
"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