There was an error while loading. Please reload this page.
1 parent 350ab38 commit 37acedcCopy full SHA for 37acedc
1 file changed
docs/conf.py
@@ -57,16 +57,13 @@ def read_version(pyproject_path: str | pl.Path = "pyproject.toml") -> str:
57
# Add any Sphinx extension module names here, as strings. They can be extensions
58
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
59
extensions = [
60
- "sphinx.ext.napoleon",
61
"autoapi.extension",
62
- # "autoapi.sphinx",
63
- # "sphinx_click",
64
"sphinx.ext.coverage",
65
"sphinx.ext.doctest",
66
"sphinx.ext.ifconfig",
67
"sphinx.ext.mathjax",
+ "sphinx.ext.napoleon",
68
"sphinx.ext.todo",
69
- # "sphinx_paramlinks",
70
"sphinx_rtd_theme",
71
"myst_parser",
72
]
0 commit comments