12
12
#
13
13
import os
14
14
import sys
15
- sys .path .insert (0 , os .path .abspath ('.' ))
15
+
16
+ sys .path .insert (0 , os .path .abspath ("." ))
16
17
17
18
18
19
# -- Project information -----------------------------------------------------
19
20
20
- project = ' QuantSI'
21
- copyright = ' 2024, Sorin Birchi'
22
- author = ' Sorin Birchi'
21
+ project = " QuantSI"
22
+ copyright = " 2024, Sorin Birchi"
23
+ author = " Sorin Birchi"
23
24
24
25
# The full version, including alpha/beta/rc tags
25
- release = ' 2024'
26
+ release = " 2024"
26
27
27
28
28
29
# -- General configuration ---------------------------------------------------
35
36
]
36
37
37
38
# Add any paths that contain templates here, relative to this directory.
38
- templates_path = [' _templates' ]
39
+ templates_path = [" _templates" ]
39
40
40
41
# List of patterns, relative to source directory, that match files and
41
42
# directories to ignore when looking for source files.
42
43
# This pattern also affects html_static_path and html_extra_path.
43
- exclude_patterns = [' _build' , ' Thumbs.db' , ' .DS_Store' ]
44
+ exclude_patterns = [" _build" , " Thumbs.db" , " .DS_Store" ]
44
45
45
46
46
47
# -- Options for HTML output -------------------------------------------------
47
48
48
49
# The theme to use for HTML and HTML Help pages. See the documentation for
49
50
# a list of builtin themes.
50
51
#
51
- html_theme = ' sphinx_rtd_theme'
52
+ html_theme = " sphinx_rtd_theme"
52
53
53
54
# Add any paths that contain custom static files (such as style sheets) here,
54
55
# relative to this directory. They are copied after the builtin static files,
55
56
# so a file named "default.css" will overwrite the builtin "default.css".
56
- html_static_path = [' _static' ]
57
+ html_static_path = [" _static" ]
0 commit comments