Skip to content

Commit

Permalink
Fix GitHub action for documentation (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche authored Oct 21, 2024
1 parent 45b68db commit 53af953
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build docs
run: |
touch src/dolomite_base/lib_dolomite_base.py
touch src/rds2py/rds_parser.py
sphinx-build --color -b html -d docs/doctrees docs docs/_build/html
touch ./docs/_build/html/.nojekyll
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 0,.4.5

- Switch to pybind11 to implementing the bindings to rds2cpp.
- Update tests, documentation and actions.

## Version 0.4.4

- Add methods to parse RDS files containing `GenomicRangesList`
Expand Down

0 comments on commit 53af953

Please sign in to comment.