File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ pydata-sphinx-theme
13
13
pyyaml
14
14
sphinx-autobuild
15
15
sphinx-copybutton
16
+ sphinxext-opengraph
16
17
sphinxext-rediraffe
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ def _get_git_ref_from_chartpress_based_version(version):
102
102
"sphinx_copybutton" ,
103
103
"myst_parser" ,
104
104
"sphinxext.rediraffe" ,
105
+ "sphinxext.opengraph" ,
105
106
]
106
107
107
108
# List of patterns, relative to source directory, that match files and
@@ -172,6 +173,10 @@ def _get_git_ref_from_chartpress_based_version(version):
172
173
"advanced" : "administrator/advanced" ,
173
174
}
174
175
176
+ # opengraph configuration
177
+ # ogp_site_url/prefix is set automatically by RTD
178
+ ogp_image = "_static/logo.png"
179
+ ogp_use_first_image = True
175
180
176
181
# -- Generate the Helm chart configuration reference from a schema file ------
177
182
You can’t perform that action at this time.
0 commit comments