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 13cc69b commit 967c0e2Copy full SHA for 967c0e2
doc/conf.py
@@ -102,6 +102,14 @@
102
103
html_baseurl = 'https://contrib.scikit-learn.org/skglm/'
104
105
+extensions.append("sphinxext.opengraph")
106
+
107
+# OpenGraph config
108
+ogp_site_url = html_baseurl
109
+ogp_image = "https://contrib.scikit-learn.org/skglm/_static/images/logo.svg"
110
+ogp_description_length = 250
111
+ogp_type = "website"
112
113
114
# -- Options for HTML output ----------------------------------------------
115
pyproject.toml
@@ -67,6 +67,7 @@ doc = [
67
"lifelines",
68
"pydata_sphinx_theme",
69
"sphinx-sitemap",
70
+ "sphinxext-opengraph",
71
]
72
73
0 commit comments