mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-12-15 09:00:28 +08:00
6 lines
229 B
YAML
6 lines
229 B
YAML
# Define this here and not in the main mkdocs.yml file because that one could be auto
|
|
# updated and written, and the script would remove the env var
|
|
markdown_extensions:
|
|
pymdownx.highlight:
|
|
linenums: !ENV [LINENUMS, false]
|