File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
uses : aerostack2/pages@v2
31
31
with :
32
32
aerostack2_modules : as2_python_api, as2_core
33
- sphinx_version : 4.3.2
33
+ sphinx_version : 7.2.6
34
34
- name : Push changes
35
35
uses : ad-m/github-push-action@master
36
36
with :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ sticky_navigation = True
12
12
navigation_depth = 4
13
13
includehidden = True
14
14
titles_only =
15
- logo = logo.png
15
+ logo = _images/ logo.png
16
16
logo_only = False
17
17
display_version = True
18
18
prev_next_buttons_location = bottom
Original file line number Diff line number Diff line change 101
101
'canonical_url' : '' ,
102
102
'analytics_id' : '' ,
103
103
'logo_only' : False ,
104
- 'logo' : "logo.png" ,
104
+ 'logo' : "_images/ logo.png" ,
105
105
'display_version' : True ,
106
106
'prev_next_buttons_location' : 'None' ,
107
107
'style_nav_header_background' : 'blue' ,
115
115
116
116
html_theme = 'sphinx_rtd_theme'
117
117
html_logo = "_images/logo.png"
118
- logo = "logo.png"
118
+ logo = "_images/ logo.png"
119
119
# Add any paths that contain custom static files (such as style sheets) here,
120
120
# relative to this directory. They are copied after the builtin static files,
121
121
# so a file named "default.css" will overwrite the builtin "default.css".
You can’t perform that action at this time.
0 commit comments