mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Docs: Move bibliography formatting logic to Python
This commit is contained in:
parent
aa4c4586da
commit
549678dcdd
7 changed files with 118 additions and 244 deletions
|
|
@ -48,7 +48,7 @@ cd /workspace/artifacts/manual
|
|||
set +e # disable error trapping for remainder of script
|
||||
(
|
||||
set -e # abort if error is encountered
|
||||
/opt/cp2k/docs/generate_input_reference.py ./cp2k_input.xml ./references.html
|
||||
/opt/cp2k/docs/generate_input_reference.py ./cp2k_input.xml
|
||||
echo ""
|
||||
sphinx-build /opt/cp2k/docs/ /workspace/artifacts/manual -W -n --keep-going --jobs 16
|
||||
/opt/cp2k/docs/fix_github_links.py /workspace/artifacts/manual
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue