Skip to content

Commit f724fe2

Browse files
committed
remove commented code
1 parent bbc08e8 commit f724fe2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/source/conf.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,6 @@
4444
# -- General configuration ---------------------------------------------------
4545
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
4646

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-
5847
# Add any Sphinx extension module names here, as strings
5948
extensions = [
6049
# extensions from sphinx base
@@ -147,7 +136,6 @@
147136
html_theme = "pydata_sphinx_theme"
148137
html_static_path = ["_static"]
149138
html_css_files = ["custom.css"]
150-
# html_logo = "_static/logo.png"
151139
html_favicon = "_static/favicon_logo.png"
152140
# Theme options are theme-specific and customize the look and feel of a theme
153141
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)