Skip to content

Commit afa69ce

Browse files
authored
feat: added design updates to fix the UI (#474)
* feat: fixed the pydata-sphinx-theme version dependency * ix: language render and annotations * feat: added design updates to fix the UI * fix: multi lingual support
1 parent 26fac12 commit afa69ce

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

source/_static/data.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,61 +2,61 @@
22
{
33
"name": "English",
44
"version": "en",
5-
"url": ""
5+
"url": "https://fortran-lang.org/"
66
},
77
{
88
"name": "bn",
99
"version": "bn",
10-
"url": "bn/"
10+
"url": "https://fortran-lang.org/bn/"
1111
},
1212
{
1313
"name": "cs",
1414
"version": "cs",
15-
"url": "cs/"
15+
"url": "https://fortran-lang.org/cs/"
1616
},
1717
{
1818
"name": "Deutsch",
1919
"version": "de",
20-
"url": "de/"
20+
"url": "https://fortran-lang.org/de/"
2121
},
2222
{
2323
"name": "Español",
2424
"version": "es",
25-
"url": "es/"
25+
"url": "https://fortran-lang.org/es/"
2626
},
2727
{
2828
"name": "Français",
2929
"version": "fr",
30-
"url": "fr/"
30+
"url": "https://fortran-lang.org/fr/"
3131
},
3232
{
3333
"name": "ja",
3434
"version": "ja",
35-
"url": "ja/"
35+
"url": "https://fortran-lang.org/ja/"
3636
},
3737
{
3838
"name": "Nederlands",
3939
"version": "nl",
40-
"url": "nl/"
40+
"url": "https://fortran-lang.org/nl/"
4141
},
4242
{
4343
"name": "pl",
4444
"version": "pl",
45-
"url": "pl/"
45+
"url": "https://fortran-lang.org/pl/"
4646
},
4747
{
4848
"name": "Português",
4949
"version": "pt",
50-
"url": "pt/"
50+
"url": "https://fortran-lang.org/pt/"
5151
},
5252
{
5353
"name": "Русский",
5454
"version": "ru",
55-
"url": "ru/"
55+
"url": "https://fortran-lang.org/ru/"
5656
},
5757
{
5858
"name": "简体中文",
5959
"version": "zh_CN",
60-
"url": "zh_CN/"
60+
"url": "https://fortran-lang.org/zh_CN/"
6161
}
6262
]

source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@
142142
"show_prev_next": False,
143143
"show_nav_level": 1,
144144
"show_toc_level": 0,
145-
"footer_end": ["copyright"],
146145
"navbar_align": "right",
147146
"navbar_start": ["navbar-logo","theme-switcher.html"],
148147
"switcher": {

0 commit comments

Comments
 (0)