Skip to content

Commit

Permalink
fix readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Jul 20, 2024
1 parent b00beec commit 148be2e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ version: 2
sphinx:
configuration: docs/conf.py

build:
os: ubuntu-22.04
tools:
python: "3.8"

python:
version: 3.8
install:
- method: pip
path: .
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Feedback and contributions to miniwdl are welcome, via issues and pull requests
To set up your Linux development environment,

1. `git clone --recursive` this repository or your fork thereof, and `cd` into it
2. Install dependencies as illustrated in the [Dockerfile](https://github.com/chanzuckerberg/miniwdl/blob/main/Dockerfile) (OS packages) and [pyproject.toml](pyproject.toml) (PyPI dependencies).
2. Install OS packages as illustrated in the [Dockerfile](https://github.com/chanzuckerberg/miniwdl/blob/main/Dockerfile) (OS packages) and PyPI dependencies with `pip3 install '.[dev]'`
3. Invoking user must have [permission to control Docker](https://docs.docker.com/install/linux/linux-postinstall/#manage-docker-as-a-non-root-user)
4. Try `python3 -m WDL run_self_test` to test the configuration

Expand Down
4 changes: 2 additions & 2 deletions WDL/runtime/config_templates/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ flock = true

[download_aria2c]
# see: https://github.com/chanzuckerberg/miniwdl/tree/main/tools_image
docker = ghcr.io/miniwdl-ext/miniwdl-tools:Id_sha256_dd1b3a8fbeda2966f6f1819f2166dc7123b4e6bba6d52f4ae2319daba1eadae3
docker = ghcr.io/miniwdl-ext/miniwdl-tools:Id_sha256_75c43484d36b76976f0f8e5a86a30ef1f88fdd37c77019be67b1459133a64dc1


[download_awscli]
Expand All @@ -217,7 +217,7 @@ docker = ghcr.io/miniwdl-ext/miniwdl-tools:Id_sha256_dd1b3a8fbeda2966f6f1819f216
# Failing all of the above, public S3 URIs can always be used.
host_credentials = false
# see: https://github.com/chanzuckerberg/miniwdl/tree/main/tools_image
docker = ghcr.io/miniwdl-ext/miniwdl-tools:Id_sha256_dd1b3a8fbeda2966f6f1819f2166dc7123b4e6bba6d52f4ae2319daba1eadae3
docker = ghcr.io/miniwdl-ext/miniwdl-tools:Id_sha256_75c43484d36b76976f0f8e5a86a30ef1f88fdd37c77019be67b1459133a64dc1


[download_gsutil]
Expand Down

0 comments on commit 148be2e

Please sign in to comment.