1717
1818# -- Project information -----------------------------------------------------
1919
20- project = ' xarray-multiscale'
21- copyright = ' 2022, Davis Bennett'
22- author = ' Davis Bennett'
20+ project = " xarray-multiscale"
21+ copyright = " 2022, Davis Bennett"
22+ author = " Davis Bennett"
2323
2424# The full version, including alpha/beta/rc tags
25- release = ' 0.3.1'
25+ release = " 0.3.1"
2626
2727
2828# -- General configuration ---------------------------------------------------
3232# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3333# ones.
3434extensions = [
35- ' sphinx.ext.autodoc' ,
36- ' sphinx.ext.autosummary' ,
37- ' sphinx.ext.viewcode' ,
38- ' sphinx.ext.intersphinx' ,
39- ' numpydoc' ,
40- ' sphinx_issues' ,
35+ " sphinx.ext.autodoc" ,
36+ " sphinx.ext.autosummary" ,
37+ " sphinx.ext.viewcode" ,
38+ " sphinx.ext.intersphinx" ,
39+ " numpydoc" ,
40+ " sphinx_issues" ,
4141]
4242
4343
4444# Add any paths that contain templates here, relative to this directory.
45- templates_path = [' _templates' ]
45+ templates_path = [" _templates" ]
4646
4747# List of patterns, relative to source directory, that match files and
4848# directories to ignore when looking for source files.
5555# The theme to use for HTML and HTML Help pages. See the documentation for
5656# a list of builtin themes.
5757#
58- html_theme = ' sphinx_rtd_theme'
58+ html_theme = " sphinx_rtd_theme"
5959
6060# Add any paths that contain custom static files (such as style sheets) here,
6161# relative to this directory. They are copied after the builtin static files,
6262# so a file named "default.css" will overwrite the builtin "default.css".
63- html_static_path = [' _static' ]
63+ html_static_path = [" _static" ]
0 commit comments