We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f95cf8 commit 34faea4Copy full SHA for 34faea4
build_html.sh
@@ -6,6 +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/_image
+cp -r static/image _build/html/_static
10
cp -r static/* _build/html/_static
11
-python3 tools/format_tables.py
+python3 tools/format_tables.py
0 commit comments