doc: don't load external resources
All checks were successful
/ build-hamnet70 (push) Successful in 28s
/ build-doc (push) Successful in 17s
/ deploy-doc (push) Has been skipped

This commit is contained in:
Your Name 2024-08-28 13:01:58 +02:00 committed by Simon Ruderich
parent b46b2536e1
commit 9705e681f9
3 changed files with 23 additions and 0 deletions

View file

@ -3,6 +3,9 @@ OUT_DIR=out
$(OUT_DIR)/hamnet70.html: hamnet70.adoc
mkdir -p $(OUT_DIR)
asciidoctor -D $(OUT_DIR) -r asciidoctor-diagram $<
@# Use local files to prevent privacy issues
cp -a ext/* $(OUT_DIR)
sed -i 's!src="[^"]*mathjax[^"]*"!src="mathjax-2.7.9-tex-mml-am-html-or-mml.js"!' $@
.PHONY: clean
clean:

File diff suppressed because one or more lines are too long

View file

@ -3,6 +3,7 @@ Thomas Kolb DL5TKL
0.1, 2024-04-25
:toc:
:stem:
:webfonts!:
// SPDX-License-Identifier: CC-BY-SA-4.0
// List of contributors is at the end of the document.