mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
move requirements-mkdocs.txt to docs folder (#1575)
* move requirements-mkdocs.txt to docs folder * update copyright
This commit is contained in:
parent
12eff0dd42
commit
0608d259dd
2
.github/workflows/mkdocs-material.yml
vendored
2
.github/workflows/mkdocs-material.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: install requirements
|
- name: install requirements
|
||||||
run: |
|
run: |
|
||||||
python -m \
|
python -m \
|
||||||
pip install -r requirements-mkdocs.txt
|
pip install -r docs/requirements-mkdocs.txt
|
||||||
|
|
||||||
- name: confirm buildability
|
- name: confirm buildability
|
||||||
run: |
|
run: |
|
||||||
|
@ -12,7 +12,7 @@ repo_url: 'https://github.com/invoke-ai/InvokeAI'
|
|||||||
edit_uri: edit/main/docs/
|
edit_uri: edit/main/docs/
|
||||||
|
|
||||||
# Copyright
|
# Copyright
|
||||||
copyright: Copyright © 2022 Lincoln D. Stein <lincoln.stein@gmail.com>
|
copyright: Copyright © 2022 InvokeAI Team
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
theme:
|
theme:
|
||||||
|
Loading…
Reference in New Issue
Block a user