Skip to content

Commit 21ac0cd

Browse files
authored
Update conf.py
- home icon
1 parent b038f9f commit 21ac0cd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/source/conf.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def get_years(start_year=2021):
4848
# -- Project information -----------------------------------------------------
4949
project = "cebra"
5050
copyright = f"""{get_years(2021)}"""
51-
author = "See CEBRA.ai"
51+
author = "See AUTHORS.md"
5252
# The full version, including alpha/beta/rc tags
5353
release = cebra.__version__
5454

@@ -162,6 +162,11 @@ def get_years(start_year=2021):
162162
# https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/configuring.html
163163
html_theme_options = {
164164
"icon_links": [
165+
{
166+
"name": "Home",
167+
"url": "https://cebra.ai/",
168+
"icon": "fa-solid fa-house",
169+
},
165170
{
166171
"name": "Github",
167172
"url": "https://github.com/AdaptiveMotorControlLab/CEBRA",

0 commit comments

Comments
 (0)