Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Pytest tests for fixing broken links and parallelism of build script #75

Closed
wants to merge 23 commits into from
Closed
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
5 changes: 3 additions & 2 deletions build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ notebook:
num_workers: 1
# continue on errors (otherwise stop)
continue_on_error: true
test_mode: true
timeout: 600
# where to put error files. special values: '__stdout__', '__stderr__'
error_file: ci-test-errors.txt
Expand All @@ -42,5 +41,7 @@ notebook_index:
output_file: src/notebook_index.ipynb
# Settings for running Sphinx build
sphinx:
args: "-b html -T docs_test docs_test/_build/html"
args: "-b html -T {output} {output}/{html}"
Comment on lines -45 to +44
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

error_file: sphinx-errors.txt
# Directory to create and use for linkchecker output
linkcheck_dir: lc
Loading