File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 44
44
# -- General configuration ---------------------------------------------------
45
45
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
46
46
47
- # extensions = [
48
- # "myst_nb",
49
- # "sphinxcontrib.bibtex",
50
- # "sphinx.ext.autodoc",
51
- # "sphinx.ext.intersphinx",
52
- # "sphinx.ext.mathjax",
53
- # "sphinx.ext.viewcode",
54
- # "sphinx_autodoc_typehints",
55
- # "sphinx_copybutton",
56
- # ]
57
-
58
47
# Add any Sphinx extension module names here, as strings
59
48
extensions = [
60
49
# extensions from sphinx base
147
136
html_theme = "pydata_sphinx_theme"
148
137
html_static_path = ["_static" ]
149
138
html_css_files = ["custom.css" ]
150
- # html_logo = "_static/logo.png"
151
139
html_favicon = "_static/favicon_logo.png"
152
140
# Theme options are theme-specific and customize the look and feel of a theme
153
141
# further. For a list of options available for each theme, see the
You can’t perform that action at this time.
0 commit comments