Skip to content

Commit

Permalink
Manual: Remove doctrees and sources from artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Oct 30, 2023
1 parent f4ae0b7 commit 73d5172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]
html_favicon = "_static/favicon.png"
html_copy_source = False

add_module_names = False

Expand Down
1 change: 1 addition & 0 deletions tools/docker/scripts/test_manual.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ set +e # disable error trapping for remainder of script
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
rm -rf /workspace/artifacts/manual/.doctrees
)
EXIT_CODE=$?
if ((EXIT_CODE)); then
Expand Down

0 comments on commit 73d5172

Please sign in to comment.