We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfd941 commit 629e805Copy full SHA for 629e805
.readthedocs.yaml
@@ -9,7 +9,6 @@ build:
9
commands:
10
- pip install hererocks
11
- hererocks lua51 -l5.1 -rlatest
12
- - . lua51/bin/activate
13
- - luarocks install ldoc lua-discount
14
- - ldoc .
+ - bash -c '. lua51/bin/activate && luarocks install ldoc lua-discount && \
+ ldoc .'
15
- mv doc $READTHEDOCS_OUTPUT/html
0 commit comments