mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
update MkDocs-Material to v9
This commit is contained in:
parent
bec81170b5
commit
8a233174de
@ -1,5 +1,3 @@
|
||||
mkdocs
|
||||
mkdocs-material>=8, <9
|
||||
mkdocs-material=="9.*"
|
||||
mkdocs-git-revision-date-localized-plugin
|
||||
mkdocs-redirects==1.2.0
|
||||
|
||||
|
@ -19,7 +19,8 @@ theme:
|
||||
name: material
|
||||
icon:
|
||||
repo: fontawesome/brands/github
|
||||
edit: material/file-document-edit-outline
|
||||
edit: material/pencil
|
||||
view: material/eye
|
||||
palette:
|
||||
- media: '(prefers-color-scheme: light)'
|
||||
scheme: default
|
||||
@ -34,7 +35,10 @@ theme:
|
||||
name: Switch to light mode
|
||||
features:
|
||||
- content.tabs.link
|
||||
- content.action.edit
|
||||
- content.action.view
|
||||
- navigation.instant
|
||||
- navigation.indexes
|
||||
- navigation.tabs
|
||||
- navigation.top
|
||||
- navigation.tracking
|
||||
|
@ -95,7 +95,7 @@ requires-python = ">=3.9, <3.11"
|
||||
"dist" = ["pip-tools", "pipdeptree", "twine"]
|
||||
"docs" = [
|
||||
"mkdocs-git-revision-date-localized-plugin",
|
||||
"mkdocs-material<9.0",
|
||||
"mkdocs-material==9.*",
|
||||
"mkdocs-redirects==1.2.0",
|
||||
]
|
||||
"test" = ["pytest-cov", "pytest>6.0.0"]
|
||||
@ -133,8 +133,8 @@ version = {attr = "ldm.invoke.__version__"}
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
"include" = [
|
||||
"invokeai.assets.web*",
|
||||
"invokeai.backend*",
|
||||
"invokeai.assets.web",
|
||||
"invokeai.backend",
|
||||
"invokeai.configs*",
|
||||
"invokeai.frontend.dist*",
|
||||
"ldm*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user