Skip to content

Commit 37acedc

Browse files
committed
cleanup conf.py
1 parent 350ab38 commit 37acedc

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,13 @@ def read_version(pyproject_path: str | pl.Path = "pyproject.toml") -> str:
5757
# Add any Sphinx extension module names here, as strings. They can be extensions
5858
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
5959
extensions = [
60-
"sphinx.ext.napoleon",
6160
"autoapi.extension",
62-
# "autoapi.sphinx",
63-
# "sphinx_click",
6461
"sphinx.ext.coverage",
6562
"sphinx.ext.doctest",
6663
"sphinx.ext.ifconfig",
6764
"sphinx.ext.mathjax",
65+
"sphinx.ext.napoleon",
6866
"sphinx.ext.todo",
69-
# "sphinx_paramlinks",
7067
"sphinx_rtd_theme",
7168
"myst_parser",
7269
]

0 commit comments

Comments
 (0)