We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346fa13 commit 855ae2eCopy full SHA for 855ae2e
1 file changed
docs/source/conf.py
@@ -38,6 +38,12 @@
38
39
myst_enable_extensions = ["colon_fence"]
40
41
+ogp_site_url = "https://lambda-feedback.github.io/tex2lambda/"
42
+ogp_image = "./_static/logo.png"
43
+ogp_social_cards = {
44
+ "image": "./_static/logo.png",
45
+}
46
+
47
templates_path = ["_templates"]
48
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
49
source_suffix = [".rst", ".md"]
@@ -48,6 +54,7 @@
54
55
html_title = "tex2lambda"
50
56
html_theme = "furo"
57
+html_favicon = "./_static/favicon.png"
51
58
html_theme_options = {
52
59
"light_logo": "logo-light-mode.svg",
53
60
"dark_logo": "logo-dark-mode.svg",
0 commit comments