Skip to content

Commit c88076c

Browse files
committed
Fix formatting of conf.py file
1 parent 87c1fd4 commit c88076c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/source/conf.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
project = "cyclops"
2525
copyright = "2023, Vector AI Engineering" # noqa: A001
26-
# author = "Vector AI Engineering"
26+
author = "Vector AI Engineering"
2727

2828

2929
# -- General configuration ---------------------------------------------------
@@ -58,6 +58,7 @@
5858
autosectionlabel_prefix_document = True
5959
copybutton_prompt_text = r">>> |\.\.\. "
6060
copybutton_prompt_is_regexp = True
61+
nbsphinx_execute = "never"
6162

6263
html_theme_options = {
6364
"collapse_navigation": False,
@@ -102,9 +103,9 @@
102103
html_logo = "_static/cyclops_logo-dark.png"
103104
html_favicon = "_static/favicon.ico"
104105
html_theme_options = {
105-
"logo": {
106+
"logo": { # type: ignore
106107
"text": "cyclops documentation",
107108
"image_light": "_static/cyclops_logo-dark.png",
108109
"image_dark": "_static/cyclops_logo-dark.png",
109-
}
110+
},
110111
}

0 commit comments

Comments
 (0)