File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ def get_years(start_year=2021):
4747
4848# -- Project information -----------------------------------------------------
4949project = "cebra"
50- copyright = f"""{ get_years (2021 )} , Steffen Schneider, Jin H Lee, Mackenzie Mathis """
51- author = "Steffen Schneider, Jin H Lee, Mackenzie Mathis "
50+ copyright = f"""{ get_years (2021 )} """
51+ author = "See CEBRA.ai "
5252# The full version, including alpha/beta/rc tags
5353release = cebra .__version__
5454
@@ -60,6 +60,9 @@ def get_years(start_year=2021):
6060import plotly .io as pio
6161pio .renderers .default = "sphinx_gallery"
6262
63+ def setup (app ):
64+ app .add_javascript ('https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js' )
65+
6366extensions = [
6467 "sphinx.ext.autodoc" ,
6568 "sphinx.ext.napoleon" ,
You can’t perform that action at this time.
0 commit comments