Skip to content

Commit acd68d1

Browse files
committed
Try a fix for podman docker
1 parent fb846ca commit acd68d1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ build:
66
os: ubuntu-22.04
77
tools:
88
python: "3.9"
9+
nodejs: "16"
910
apt_packages:
1011
- graphviz
11-
- nodejs
12-
- podman-docker
12+
jobs:
13+
post_install:
14+
- "alias docker=udocker"
1315

1416
sphinx:
1517
configuration: src/conf.py
@@ -22,3 +24,4 @@ python:
2224
extra_requirements:
2325
- all
2426

27+

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ install_requires =
3939
sphinx==5.*
4040
sphinx-reredirects==0.1.*
4141
sphinxcontrib-runcmd==0.2.*
42+
udocker
4243

4344
[options.packages.find]
4445
include = cwl*

0 commit comments

Comments
 (0)