2023-08-25 17:45:47 -04:00
|
|
|
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd `dirname $0`
|
|
|
|
docroot="../"
|
2023-09-18 23:13:07 -04:00
|
|
|
targetDocroot="docs/"
|
2023-08-25 17:45:47 -04:00
|
|
|
destdir="../../"
|
2023-09-18 23:13:07 -04:00
|
|
|
banner_height=banner_height:15ex
|
2023-10-26 03:12:35 -04:00
|
|
|
templates=$docroot"pandoc_templates"
|
|
|
|
. $templates"/mkdocs.cfg"
|