Skip to content

Commit

Permalink
try to fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
javilinos committed Apr 18, 2024
1 parent 0ce0c4b commit 81e946b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example-sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: aerostack2/pages@v2
with:
aerostack2_modules: as2_python_api, as2_core
sphinx_version: 4.3.2
sphinx_version: 7.2.6
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/_themes/sphinx_rtd_theme/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sticky_navigation = True
navigation_depth = 4
includehidden = True
titles_only =
logo = logo.png
logo = _images/logo.png
logo_only = False
display_version = True
prev_next_buttons_location = bottom
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
'canonical_url': '',
'analytics_id': '',
'logo_only': False,
'logo': "logo.png",
'logo': "_images/logo.png",
'display_version': True,
'prev_next_buttons_location': 'None',
'style_nav_header_background': 'blue',
Expand All @@ -115,7 +115,7 @@

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

0 comments on commit 81e946b

Please sign in to comment.