We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261b78a commit 181a31bCopy full SHA for 181a31b
.readthedocs.yaml
@@ -7,7 +7,7 @@ build:
7
tools:
8
python: "3"
9
commands:
10
- - sudo apt-get -y update
11
- - sudo apt-get -y install lua-ldoc lua-discount
+ - apt-get -y update
+ - apt-get -y install lua-ldoc lua-discount
12
- ldoc .
13
- mv doc $READTHEDOCS_OUTPUT/html
0 commit comments