mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Docs: Add Github links
This commit is contained in:
parent
1e16acf3a4
commit
0473348743
5 changed files with 64 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ set +e # disable error trapping for remainder of script
|
|||
/opt/cp2k/docs/generate_input_reference.py ./cp2k_input.xml ./references.html
|
||||
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
|
||||
)
|
||||
EXIT_CODE=$?
|
||||
if ((EXIT_CODE)); then
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ run_test mypy --strict ./tools/docker/generate_dockerfiles.py
|
|||
run_test mypy --strict ./tools/apptainer/generate_apptainer_def_files.py
|
||||
run_test mypy --strict ./tools/conventions/analyze_gfortran_ast.py
|
||||
run_test mypy --strict ./docs/generate_input_reference.py
|
||||
run_test mypy --strict ./docs/fix_github_links.py
|
||||
|
||||
# TODO: Find a way to test generate_dashboard.py without git repository.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue