Skip to content

Commit ec92dab

Browse files
author
Obada Haddad
committed
update the documentation to use system font instead of google fonts
1 parent 9d4cf55 commit ec92dab

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

documentation/zensical.toml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ features = [
9191
"navigation.instant",
9292
"navigation.instant.progress",
9393
]
94-
94+
font = false
9595
# Palette toggle for automatic mode
9696
[[project.theme.palette]]
9797
media = "(prefers-color-scheme)"
@@ -117,11 +117,12 @@ toggle.name = "Switch to system preference"
117117
anchor_linenums = true
118118
line_spans = "__span"
119119
pygments_lang_class = true
120+
auto_title = true
120121
[project.markdown_extensions.pymdownx.inlinehilite]
121122
[project.markdown_extensions.pymdownx.snippets]
122123
[project.markdown_extensions.pymdownx.superfences]
123124
custom_fences = [
124-
{ name = "mermaid", class = "mermaid", format = "pymdownx.superfences.fence_code_format" }
125+
{ name = "mermaid", class = "mermaid", format = "pymdownx.superfences.fence_code_format" }
125126
]
126127
[project.markdown_extensions.admonition]
127128
[project.markdown_extensions.pymdownx.details]
@@ -146,14 +147,14 @@ configurations = [
146147
"setup/extensions/*"
147148
]}
148149
]
149-
150+
[project.markdown_extensions.pymdownx.smartsymbols]
150151
# Extras
151152
[project.extra]
152153
footer_links = [
153-
{"text" = "Governance Document"},
154-
{"href" = "https://github.com/codalab/codabench/blob/master/documentation/GOVERNANCE.md"},
155-
{"text" = "Privacy Policy"},
156-
{"href" = "https://github.com/codalab/codabench/blob/master/documentation/PRIVACY.md"},
157-
{"text" = "About"},
158-
{"href" = "https://github.com/codalab/codabench/blob/master/documentation/ABOUT.md"}
154+
{"text" = "Governance Document"},
155+
{"href" = "https://github.com/codalab/codabench/blob/master/documentation/GOVERNANCE.md"},
156+
{"text" = "Privacy Policy"},
157+
{"href" = "https://github.com/codalab/codabench/blob/master/documentation/PRIVACY.md"},
158+
{"text" = "About"},
159+
{"href" = "https://github.com/codalab/codabench/blob/master/documentation/ABOUT.md"}
159160
]

0 commit comments

Comments
 (0)