7 lines
287 B
YAML
7 lines
287 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
|
|
INHERIT: !ENV [INSIDERS_FILE, './mkdocs.no-insiders.yml']
|
|
markdown_extensions:
|
|
pymdownx.highlight:
|
|
linenums: !ENV [LINENUMS, false]
|