We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17df265 commit 33fd98fCopy full SHA for 33fd98f
.gitignore
@@ -5,6 +5,7 @@
5
/doc/gen_modules/
6
/doc/generated/
7
/doc/auto_examples/
8
+/doc/sg_execution_times.rst
9
10
__pycache__
11
__cache__
doc/conf.py
@@ -65,6 +65,7 @@
65
'sphinx.ext.linkcode',
66
'gh_substitutions',
67
'myst_parser',
68
+ 'sphinx_sitemap',
69
# custom ext, see ./sphinxext/gh_substitutions.py
70
]
71
@@ -99,6 +100,8 @@
99
100
101
todo_include_todos = False
102
103
+html_baseurl = 'https://contrib.scikit-learn.org/skglm/'
104
+
105
106
# -- Options for HTML output ----------------------------------------------
107
pyproject.toml
@@ -66,6 +66,7 @@ doc = [
"furo",
"lifelines",
"pydata_sphinx_theme",
+ "sphinx-sitemap",
72
0 commit comments