File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 23
23
24
24
project = "cyclops"
25
25
copyright = "2023, Vector AI Engineering" # noqa: A001
26
- # author = "Vector AI Engineering"
26
+ author = "Vector AI Engineering"
27
27
28
28
29
29
# -- General configuration ---------------------------------------------------
58
58
autosectionlabel_prefix_document = True
59
59
copybutton_prompt_text = r">>> |\.\.\. "
60
60
copybutton_prompt_is_regexp = True
61
+ nbsphinx_execute = "never"
61
62
62
63
html_theme_options = {
63
64
"collapse_navigation" : False ,
102
103
html_logo = "_static/cyclops_logo-dark.png"
103
104
html_favicon = "_static/favicon.ico"
104
105
html_theme_options = {
105
- "logo" : {
106
+ "logo" : { # type: ignore
106
107
"text" : "cyclops documentation" ,
107
108
"image_light" : "_static/cyclops_logo-dark.png" ,
108
109
"image_dark" : "_static/cyclops_logo-dark.png" ,
109
- }
110
+ },
110
111
}
You can’t perform that action at this time.
0 commit comments