1212#
1313import os
1414import sys
15- sys .path .insert (0 , os .path .abspath ('.' ))
15+
16+ sys .path .insert (0 , os .path .abspath ("." ))
1617
1718
1819# -- Project information -----------------------------------------------------
1920
20- project = ' QuantSI'
21- copyright = ' 2024, Sorin Birchi'
22- author = ' Sorin Birchi'
21+ project = " QuantSI"
22+ copyright = " 2024, Sorin Birchi"
23+ author = " Sorin Birchi"
2324
2425# The full version, including alpha/beta/rc tags
25- release = ' 2024'
26+ release = " 2024"
2627
2728
2829# -- General configuration ---------------------------------------------------
3536]
3637
3738# Add any paths that contain templates here, relative to this directory.
38- templates_path = [' _templates' ]
39+ templates_path = [" _templates" ]
3940
4041# List of patterns, relative to source directory, that match files and
4142# directories to ignore when looking for source files.
4243# 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" ]
4445
4546
4647# -- Options for HTML output -------------------------------------------------
4748
4849# The theme to use for HTML and HTML Help pages. See the documentation for
4950# a list of builtin themes.
5051#
51- html_theme = ' sphinx_rtd_theme'
52+ html_theme = " sphinx_rtd_theme"
5253
5354# Add any paths that contain custom static files (such as style sheets) here,
5455# relative to this directory. They are copied after the builtin static files,
5556# 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