Skip to content

Commit 47aabdc

Browse files
committed
fix typo
1 parent 76c6a65 commit 47aabdc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
sys.path.insert(0, os.path.abspath('..'))
1111

1212
# -- Project information -----------------------------------------------------
13-
project = 'SpikeRNN'
13+
project = 'spikeRNN'
1414
copyright = '2025, NuttidaLab'
1515
author = 'NuttidaLab'
1616

@@ -46,7 +46,7 @@
4646
html_theme = 'sphinx_book_theme'
4747
html_static_path = ['_static']
4848
html_css_files = ['custom.css']
49-
html_title = "SpikeRNN"
49+
html_title = "spikeRNN"
5050

5151
# Napoleon settings
5252
napoleon_google_docstring = True
@@ -67,7 +67,7 @@
6767
}
6868

6969
html_theme_options = {
70-
'repository_url': 'https://github.com/NuttidaLab/SpikeRNN',
70+
'repository_url': 'https://github.com/NuttidaLab/spikeRNN',
7171
"use_repository_button": True,
7272
"use_download_button": False,
7373
'repository_branch': 'main',

0 commit comments

Comments
 (0)