Skip to content

Commit

Permalink
Update logo (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass authored May 6, 2024
1 parent 794c031 commit 84d1599
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
Binary file removed docs/source/_static/images/full_logo.png
Binary file not shown.
1 change: 0 additions & 1 deletion docs/source/_static/images/full_logo.svg

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/_static/images/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/logo_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,20 @@
#
html_theme = "pydata_sphinx_theme"

# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
html_logo = "_static/images/full_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".
html_static_path = ["_static"]

# Using this instead of `html_logo` to handle light/dark modes
# See https://pydata-sphinx-theme.readthedocs.io
html_theme_options = {
"logo": {
"image_light": "logo.png",
"image_dark": "logo_dark.png",
},
}

# If true, links to the reST sources are added to the pages.
html_show_sourcelink = False

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Welcome Page

.. image:: _static/images/icon.svg
:width: 200px
:class: sd-m-auto
:class: sd-m-auto dark-light

----

Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tutorials

.. important::

Before you get started, make sure you've :doc:`accessed </installation/aiidalab/index>` AiiDAlab and :doc:`installed </installation/install>` the Quantum ESPRESSO app.
Before you get started, make sure you've :doc:`accessed </installation/access_aiidalab/index>` AiiDAlab and :doc:`installed </installation/install>` the Quantum ESPRESSO app.

.. grid:: 1 1 1 2
:gutter: 3
Expand Down

0 comments on commit 84d1599

Please sign in to comment.