Skip to content

Commit

Permalink
Merge pull request #15 from Novartis/14-source-code
Browse files Browse the repository at this point in the history
Source link
  • Loading branch information
kruscpe1 authored Apr 15, 2024
2 parents f41a4b0 + b75e813 commit d54c6f4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/codeqc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,18 @@ jobs:
run: |
conda activate torchsurv
./dev/run-doctests.sh
./dev/run-unittests.sh
./dev/run-unittests.sh
- name: Test-build docs
shell: bash -l {0}
run: |
conda activate torchsurv
./dev/build-docs.sh
tar czvf docs.tar.gz -C docs/_build/html .
- name: 'Upload Docs Tarball'
uses: actions/upload-artifact@v4
with:
name: docs.tar.gz
path: docs.tar.gz
retention-days: 5
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"sphinx.ext.coverage",
"sphinx.ext.napoleon",
"nbsphinx",
"sphinx.ext.viewcode",
"sphinxcontrib.bibtex",
]

Expand Down

0 comments on commit d54c6f4

Please sign in to comment.