Skip to content

Commit

Permalink
add favicon for documentation website
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchiLaser committed Jul 18, 2024
1 parent bf5c45e commit cc39412
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 2 deletions.
109 changes: 109 additions & 0 deletions docs/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<title>PISA</title>
<meta name="viewport" content="initial-scale=2, maximum-scale=1">
<link rel="icon" type="image/svg+xml" href="images/favicon.svg" sizes="any">
<link rel="icon" type="image/svg+xml" href="favicon.svg" sizes="any">
<link rel="stylesheet" type="text/css" href="style.css" />
<script src="script.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/pisa/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.5"
__version__ = "0.1.6"

# a list of all the keys which have to be present in the task configuration file
task_necessary_keys = {
Expand Down

0 comments on commit cc39412

Please sign in to comment.