Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ jobs:
uses: styfle/cancel-workflow-action@0.11.0

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v6

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v6
with:
python-version: '3.9'
python-version: '3.13'
cache: 'pip'

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down
2 changes: 0 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@
copybutton_remove_prompts = True

# -- Options for HTML output ----------------------------------------------
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_static_path = []
# html_theme_options = {}
html_context = {
Expand Down
1 change: 1 addition & 0 deletions source/version.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ SAC,都建议阅读最新版本的文档。
========== ============== ========= =============
文档版本 文档发布日期 SAC 版本 SAC 发布日期
========== ============== ========= =============
5.0 2026-01-21 102.0 2020-09-01
4.2 2021-06-12 101.6a 2013-11-11
4.1 2020-09-23 101.6a 2013-11-11
4.0 2018-12-23 101.6a 2013-11-11
Expand Down
Loading