Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ cd ..
# Build sphinx
cd Docs/sphinx_documentation
echo "Build the Sphinx documentation for Amrex."
# Stabilize PDF metadata (CreationDate, ModDate, /ID) so identical
# content produces byte-identical output across repeated builds.
export SOURCE_DATE_EPOCH=441763200 # 1984-01-01 UTC
make PYTHON="python3" latexpdf
mv build/latex/amrex.pdf source/
make clean
Expand Down
Loading