We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb846ca commit acd68d1Copy full SHA for acd68d1
.readthedocs.yaml
@@ -6,10 +6,12 @@ build:
6
os: ubuntu-22.04
7
tools:
8
python: "3.9"
9
+ nodejs: "16"
10
apt_packages:
11
- graphviz
- - nodejs
12
- - podman-docker
+ jobs:
13
+ post_install:
14
+ - "alias docker=udocker"
15
16
sphinx:
17
configuration: src/conf.py
@@ -22,3 +24,4 @@ python:
22
24
extra_requirements:
23
25
- all
26
27
+
setup.cfg
@@ -39,6 +39,7 @@ install_requires =
39
sphinx==5.*
40
sphinx-reredirects==0.1.*
41
sphinxcontrib-runcmd==0.2.*
42
+ udocker
43
44
[options.packages.find]
45
include = cwl*
0 commit comments