diff --git a/nbs/_quarto.yml b/nbs/_quarto.yml index 94b733bc..c3e1b6d0 100644 --- a/nbs/_quarto.yml +++ b/nbs/_quarto.yml @@ -1,7 +1,7 @@ project: type: website pre-render: - - pysym2md --output_file apilist.txt fasthtml + - pysym2md --output-file apilist.txt fasthtml resources: - "*.txt" preview: diff --git a/tools/update.sh b/tools/update.sh index e7ece110..743d4f54 100755 --- a/tools/update.sh +++ b/tools/update.sh @@ -2,5 +2,4 @@ python tools/mk_pyi.py llms_txt2ctx nbs/llms.txt --optional true > nbs/llms-ctx-full.txt llms_txt2ctx nbs/llms.txt > nbs/llms-ctx.txt -pysym2md --output_file nbs/apilist.txt fasthtml --include_no_docstring - +pysym2md --output-file nbs/apilist.txt fasthtml --include-no-docstring