Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update logo #635

Merged
merged 1 commit into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading