Skip to content

Commit 0cc313e

Browse files
authored
Update date, logo and favicon (#168)
* Update date, logo and favicon * Replace logo with light text
1 parent ed60bf6 commit 0cc313e

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

docs/_static/artwork/favicon.png

25.9 KB
Loading

docs/_static/artwork/logo.png

55 KB
Loading
-3.57 KB
Binary file not shown.
Binary file not shown.

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# -- Project information -----------------------------------------------------
2323

2424
project = 'TrustyAI'
25-
copyright = '2022, Rob Geada, Tommaso Teofili, Rui Vieira, Rebecca Whitworth, Daniele Zonca'
25+
copyright = '2023, Rob Geada, Tommaso Teofili, Rui Vieira, Rebecca Whitworth, Daniele Zonca'
2626
author = 'Rob Geada, Tommaso Teofili, Rui Vieira, Rebecca Whitworth, Daniele Zonca'
2727

2828
# -- General configuration ---------------------------------------------------
@@ -71,8 +71,8 @@
7171
html_static_path = ['_static']
7272
html_css_files = ['css/custom.css']
7373

74-
html_favicon = '_static/artwork/trustyai_favicon.png'
75-
html_logo = '_static/artwork/trustyai_placeholder_logo.png'
74+
html_favicon = '_static/artwork/favicon.png'
75+
html_logo = '_static/artwork/logo.png'
7676
# numpydoc settings
7777
numpydoc_show_class_members = False
7878

0 commit comments

Comments
 (0)