Logo color and font, adding PINA twitter

This commit is contained in:
Zahra Mirzaiyan Dehkordi
2024-07-26 12:32:21 +02:00
committed by Nicola Demo
parent 7f51279c0b
commit 7939708860
2 changed files with 4 additions and 3 deletions

View File

@@ -52,7 +52,8 @@ extensions = [
'sphinx.ext.intersphinx', 'sphinx.ext.intersphinx',
'paramref_extension', # this extension is made to remove paramref links from lightining doc 'paramref_extension', # this extension is made to remove paramref links from lightining doc
'sphinx_copybutton', 'sphinx_copybutton',
'sphinx_design' 'sphinx_design',
'sphinx_rtd_theme'
] ]
# The root document. # The root document.
@@ -200,7 +201,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# The name of an image file (relative to this directory) to place at the top # The name of an image file (relative to this directory) to place at the top
# of the sidebar. # of the sidebar.
html_logo = "index_files/pina_logo_pina.png" html_logo = "index_files/PINA_logo.png"
html_theme_options = { html_theme_options = {
"icon_links": [ "icon_links": [
{ {
@@ -211,7 +212,7 @@ html_theme_options = {
}, },
{ {
"name": "Twitter", "name": "Twitter",
"url": "http://twitter.com/rozzagroup", "url": "https://x.com/pina_mathlab?s=21",
"icon": "fab fa-twitter", "icon": "fab fa-twitter",
"type": "fontawesome", "type": "fontawesome",
}, },

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB