Skip to content

Commit

Permalink
增加安装文件和仓库入口
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengshanshan committed May 29, 2024
1 parent 69839e4 commit 85e4e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Requirements.
run: pip3 install sphinx==5.3.0 sphinx_multiversion sphinx_book_theme sphinxcontrib-mermaid myst-parser
run: pip3 install sphinx==5.3.0 sphinx_multiversion sphinx_book_theme sphinx_copybutton sphinxcontrib-mermaid myst-parser

- name: Build
run: |
Expand Down
3 changes: 1 addition & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@
"repository_url": "https://github.com/kendryte/canmv_docs",
'collapse_navigation': True,
'navigation_depth': 7,
"use_edit_page_button": True,
"use_edit_page_button": True,
"show_navbar_depth": 2,
"use_repository_button": True,
"primary_sidebar_end": ["versionsFlex.html"],
}

0 comments on commit 85e4e17

Please sign in to comment.