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 47481fa commit c135b8cCopy full SHA for c135b8c
.readthedocs.yaml
@@ -7,6 +7,8 @@ build:
7
tools:
8
python: "3"
9
commands:
10
- - pip install hererocks
11
- - hererocks ~/lua -l5.1 -rlatest
12
- - scripts/ldoc.sh
+ - asdf plugin add lua
+ - asdf install lua 5.1
+ # full path can declare lua version
13
+ - ~/.asdf/installs/lua/5.1/luarocks/bin/luarocks install ldoc
14
+ - ~/.asdf/installs/lua/5.1/luarocks/bin/ldoc .
scripts/ldoc.sh
0 commit comments