Docs: Add Github links

This commit is contained in:
Ole Schütt 2023-09-10 16:32:04 +02:00 committed by Ole Schütt
parent 1e16acf3a4
commit 0473348743
5 changed files with 64 additions and 0 deletions

View file

@ -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

View file

@ -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.
#