cache supported lexers for pygments

This commit is contained in:
Alexander 2025-06-24 14:29:38 -04:00
parent af97adacbe
commit fba9f88956
6 changed files with 10 additions and 5 deletions

View file

@ -6,9 +6,6 @@
# Trying to process this config with an older version will result in an error message
soupault_version = "4.11.0"
# Stop on page processing errors?
strict = true
# Display progress?
verbose = true
@ -29,7 +26,7 @@ build_dir = "serve"
#
# Note that for formats other than HTML, you need to specify an external program
# for converting them to HTML (see below).
page_file_extensions = ["htm", "html", "md", "rst", "adoc", "dj"]
page_file_extensions = ["html", "dj"]
# By default, soupault uses "clean URLs",
# that is, $site_dir/page.html is converted to $build_dir/page/index.html