Skip to content

Commit a147d9c

Browse files
committed
update blog6
1 parent 940d689 commit a147d9c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@
8383
html_theme = 'pydata_sphinx_theme'
8484
# html_theme = 'classic'
8585
# html_theme_path = [pytorch_sphinx_theme2.get_html_theme_path()]
86-
html_static_path = ['_static']
86+
# html_static_path = ['_static']
8787
html_baseurl = "https://wt1w.github.io/test_sphinx/blog6/"
8888
version = "2.0"
8989
html_theme_options = {
9090
"navbar_start": ["navbar-logo"],
9191
"navbar_end": ["version-switcher"],
9292
"switcher": {
93-
"json_url": "https://wt1w.github.io/test_sphinx/versions.json",
93+
"json_url": "https://raw.githubusercontent.com/WT1W/test_sphinx/refs/heads/main/work.json",
9494
"version_match": version,
9595
},
9696
}

work.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
"name": "v2.1 (stable)",
44
"version": "2.1",
55
"url": "https://wt1w.github.io/test_sphinx/blog1/"
6+
},
7+
{
8+
"version": "2.0",
9+
"url": "https://wt1w.github.io/test_sphinx/blog6/"
610
}
711
]

0 commit comments

Comments
 (0)