Skip to content

Commit

Permalink
Merge branch 'rh/docs_remove_system_packages' into 'master'
Browse files Browse the repository at this point in the history
remove system_packages from RTD config

See merge request minknow/pod5-file-format!310
  • Loading branch information
HalfPhoton committed Nov 10, 2023
2 parents 3751b97 + 9f22588 commit 794fcfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ formats: all
build:
os: ubuntu-20.04
tools:
python: "3.7"
python: "3.10"
jobs:
pre_build:
- python -c "import pod5; print(pod5.__version__)"
Expand All @@ -27,4 +27,3 @@ sphinx:
python:
install:
- requirements: docs/requirements.txt
system_packages: true
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ sphinx-rtd-theme
sphinx==v5.3.0
myst-parser
# Paths are relative to project root for ReadTheDocs and docs/Makefile
pod5==0.2.9
pod5==0.3.0

0 comments on commit 794fcfc

Please sign in to comment.