File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# -- Project information -----------------------------------------------------
77# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88
9- project = ' e3dc'
10- copyright = ' 2023, see AUTHORS file'
11- author = ' see AUTHORS file'
9+ project = " e3dc"
10+ copyright = " 2023, see AUTHORS file"
11+ author = " see AUTHORS file"
1212
1313# -- General configuration ---------------------------------------------------
1414# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
1515
1616extensions = [
17- ' sphinx.ext.autodoc' ,
18- ' sphinx.ext.viewcode' ,
19- ' sphinx.ext.todo' ,
20- ' sphinx.ext.autodoc' ,
21- ' sphinx_rtd_theme' ,
22- ' sphinx_mdinclude'
17+ " sphinx.ext.autodoc" ,
18+ " sphinx.ext.viewcode" ,
19+ " sphinx.ext.todo" ,
20+ " sphinx.ext.autodoc" ,
21+ " sphinx_rtd_theme" ,
22+ " sphinx_mdinclude" ,
2323]
2424
25- templates_path = [' _templates' ]
26- exclude_patterns = [' _build' , ' Thumbs.db' , ' .DS_Store' ]
25+ templates_path = [" _templates" ]
26+ exclude_patterns = [" _build" , " Thumbs.db" , " .DS_Store" ]
2727
28- language = 'en'
28+ language = "en"
2929
3030# -- Options for HTML output -------------------------------------------------
3131# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
3232
33- html_theme = ' sphinx_rtd_theme'
34- html_static_path = [' _static' ]
33+ html_theme = " sphinx_rtd_theme"
34+ html_static_path = [" _static" ]
3535
3636# -- Options for todo extension ----------------------------------------------
3737# https://www.sphinx-doc.org/en/master/usage/extensions/todo.html#configuration
You can’t perform that action at this time.
0 commit comments