File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 with :
3030 branch : gh-pages
3131 folder : docs/build/html
32- target-folder : blog8
32+ target-folder : blog1
Original file line number Diff line number Diff line change 8585# html_theme_path = [pytorch_sphinx_theme2.get_html_theme_path()]
8686html_static_path = ['_static' ]
8787html_baseurl = "https://wt1w.github.io/test_sphinx/blog8/"
88- version = "5.2 "
88+ version = "2.1 "
8989html_theme_options = {
9090 "logo" : {
9191 "image_light" : "_static/sand-logos/magi-blc.png" ,
9797 "json_url" : "https://raw.githubusercontent.com/WT1W/test_sphinx/refs/heads/main/work.json" ,
9898 "version_match" : version ,
9999 },
100+ "icon_links" : [
101+ {
102+ "name" : "documentation" ,
103+ "url" : "https://sandai-org.github.io/MagiAttention/blog/" ,
104+ "icon" : "fas fa-book-bookmark" , # 正确的写法:Font Awesome class
105+ "type" : "fontawesome" ,
106+ },
107+ ]
100108}
101109
102110def setup (app ):
You can’t perform that action at this time.
0 commit comments