Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/scripts/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

rm -rf doc/_apidoc/
rm -rf doc/build/
sphinx-build -W -b html doc/ doc/build
sphinx-build -b html doc/ doc/build
exit $?
37 changes: 0 additions & 37 deletions .github/workflows/codeql.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/coverage.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/integration_tests.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/pypi_publish.yml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/run_renate.yml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/workflows/run_unit_tests.yml

This file was deleted.

69 changes: 0 additions & 69 deletions .github/workflows/sagemaker_tests.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/test_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ jobs:
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.12"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r doc/requirements.txt

- name: Build docs
Expand Down
Loading
Loading