We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b038f9f commit 21ac0cdCopy full SHA for 21ac0cd
docs/source/conf.py
@@ -48,7 +48,7 @@ def get_years(start_year=2021):
48
# -- Project information -----------------------------------------------------
49
project = "cebra"
50
copyright = f"""{get_years(2021)}"""
51
-author = "See CEBRA.ai"
+author = "See AUTHORS.md"
52
# The full version, including alpha/beta/rc tags
53
release = cebra.__version__
54
@@ -162,6 +162,11 @@ def get_years(start_year=2021):
162
# https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/configuring.html
163
html_theme_options = {
164
"icon_links": [
165
+ {
166
+ "name": "Home",
167
+ "url": "https://cebra.ai/",
168
+ "icon": "fa-solid fa-house",
169
+ },
170
{
171
"name": "Github",
172
"url": "https://github.com/AdaptiveMotorControlLab/CEBRA",
0 commit comments