Skip to content

Commit 81e946b

Browse files
committed
try to fix logo
1 parent 0ce0c4b commit 81e946b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/example-sphinx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: aerostack2/pages@v2
3131
with:
3232
aerostack2_modules: as2_python_api, as2_core
33-
sphinx_version: 4.3.2
33+
sphinx_version: 7.2.6
3434
- name: Push changes
3535
uses: ad-m/github-push-action@master
3636
with:

docs/_themes/sphinx_rtd_theme/theme.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sticky_navigation = True
1212
navigation_depth = 4
1313
includehidden = True
1414
titles_only =
15-
logo = logo.png
15+
logo = _images/logo.png
1616
logo_only = False
1717
display_version = True
1818
prev_next_buttons_location = bottom

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
'canonical_url': '',
102102
'analytics_id': '',
103103
'logo_only': False,
104-
'logo': "logo.png",
104+
'logo': "_images/logo.png",
105105
'display_version': True,
106106
'prev_next_buttons_location': 'None',
107107
'style_nav_header_background': 'blue',
@@ -115,7 +115,7 @@
115115

116116
html_theme = 'sphinx_rtd_theme'
117117
html_logo = "_images/logo.png"
118-
logo = "logo.png"
118+
logo = "_images/logo.png"
119119
# Add any paths that contain custom static files (such as style sheets) here,
120120
# relative to this directory. They are copied after the builtin static files,
121121
# so a file named "default.css" will overwrite the builtin "default.css".

0 commit comments

Comments
 (0)