File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def get_years(start_year=2021):
4848# -- Project information -----------------------------------------------------
4949project = "cebra"
5050copyright = f"""{ get_years (2021 )} """
51- author = "See CEBRA.ai "
51+ author = "See AUTHORS.md "
5252# The full version, including alpha/beta/rc tags
5353release = 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
163163html_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" ,
You can’t perform that action at this time.
0 commit comments