Skip to content

Commit

Permalink
Add logo to online doc gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rosericazondekon committed May 3, 2023
1 parent a01ece6 commit b31e7e0
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 3 deletions.
Binary file added docs/_static/favicon/android-chrome-192x192.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/_static/favicon/android-chrome-512x512.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/_static/favicon/apple-touch-icon.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/_static/favicon/favicon-16x16.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/_static/favicon/favicon-32x32.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/_static/favicon/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions docs/_static/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
35 changes: 33 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,14 @@
# theme further. For a list of options available for each theme, see the
# documentation.
#
html_logo = "_static/logo.png"
html_theme_options = {
"logo": {
"alt_text": "pynssp",
},
'analytics_id': 'G-5FTLT9PCW7', # Provided by Google in your dashboard
'analytics_anonymize_ip': False,
# 'logo_only': False,
'logo_only': False,
'display_version': True,
'prev_next_buttons_location': 'bottom',
'style_external_links': False,
Expand All @@ -131,7 +135,34 @@
'sticky_navigation': True,
'navigation_depth': 4,
'includehidden': True,
'titles_only': False
'titles_only': False,
"favicons": [
{
"rel": "icon",
"sizes": "16x16",
"href": "_static/favicon/favicon-16x16.png",
},
{
"rel": "icon",
"sizes": "32x32",
"href": "_static/favicon/favicon-32x32.png",
},
{
"rel": "apple-touch-icon",
"sizes": "180x180",
"href": "_static/favicon/apple-touch-icon.png",
},
{
"rel": "android-chrome",
"sizes": "192x192",
"href": "_static/favicon/android-chrome-192x192.png",
},
{
"rel": "android-chrome",
"sizes": "512x512",
"href": "_static/favicon/android-chrome-512x512.png",
},
]
}

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# About pynssp
# About pynssp
[![pynssp Pipeline](https://github.com/cdcent/pynssp/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/cdcent/pynssp/actions/workflows/check-standard.yaml)

## Overview
Expand Down

0 comments on commit b31e7e0

Please sign in to comment.