Skip to content
Snippets Groups Projects
Verified Commit 303c4c3d authored by Yannick DAYER's avatar Yannick DAYER
Browse files

doc: add auto-intersphinx to conf.py and in deps.

parent caa9d661
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ extensions = [
"sphinx.ext.viewcode",
"sphinx.ext.mathjax",
"matplotlib.sphinxext.plot_directive",
"auto_intersphinx",
]
# Be picky about warnings
......@@ -231,3 +232,11 @@ autodoc_default_options = {
"undoc-members": True,
"show-inheritance": True,
}
auto_intersphinx_packages = [
("python", "3"),
"numpy",
"scikit-learn",
"dask",
]
auto_intersphinx_catalog = "catalog.json"
......@@ -42,6 +42,7 @@
[project.optional-dependencies]
qa = ["pre-commit"]
doc = [
"auto-intersphinx",
"sphinx",
"sphinx_rtd_theme",
"sphinx-autodoc-typehints",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment