We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c69b4 commit 2f95cf8Copy full SHA for 2f95cf8
build_html.sh
@@ -6,5 +6,6 @@ rm -rf _build/rst _build/html
6
d2lbook build rst
7
cp static/frontpage.html _build/rst/
8
d2lbook build html
9
-cp -r static/image _build/html/_images
+cp -r static/image _build/html/_image
10
+cp -r static/* _build/html/_static
11
python3 tools/format_tables.py
0 commit comments