@@ -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 ]]
9797media = " (prefers-color-scheme)"
@@ -117,11 +117,12 @@ toggle.name = "Switch to system preference"
117117anchor_linenums = true
118118line_spans = " __span"
119119pygments_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 ]
123124custom_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 ]
152153footer_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