Skip to content

Commit 5da7cb4

Browse files
committed
update docs workflow dependencies
1 parent b581f6a commit 5da7cb4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
- uses: actions/setup-python@v5
1818
with:
1919
python-version: "3.12"
20-
- run: pip install mkdocs mkdocs-marimo mkdocs-material
20+
- run: pip install mkdocs mkdocs-marimo mkdocs-material mkdocstrings-python mkdocs-autoapi
2121
- run: mkdocs gh-deploy --force

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
site_name: VSUP
22

3-
# theme:
4-
# name: "material"
5-
theme: readthedocs
3+
theme:
4+
name: "material"
5+
# theme: readthedocs
66

77
repo_name: VSUP
88
repo_url: https://github.com/JohnGoertz/vsup

0 commit comments

Comments
 (0)