We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c6a65 commit 47aabdcCopy full SHA for 47aabdc
1 file changed
docs/conf.py
@@ -10,7 +10,7 @@
10
sys.path.insert(0, os.path.abspath('..'))
11
12
# -- Project information -----------------------------------------------------
13
-project = 'SpikeRNN'
+project = 'spikeRNN'
14
copyright = '2025, NuttidaLab'
15
author = 'NuttidaLab'
16
@@ -46,7 +46,7 @@
46
html_theme = 'sphinx_book_theme'
47
html_static_path = ['_static']
48
html_css_files = ['custom.css']
49
-html_title = "SpikeRNN"
+html_title = "spikeRNN"
50
51
# Napoleon settings
52
napoleon_google_docstring = True
@@ -67,7 +67,7 @@
67
}
68
69
html_theme_options = {
70
- 'repository_url': 'https://github.com/NuttidaLab/SpikeRNN',
+ 'repository_url': 'https://github.com/NuttidaLab/spikeRNN',
71
"use_repository_button": True,
72
"use_download_button": False,
73
'repository_branch': 'main',
0 commit comments