Skip to content

Commit 261b78a

Browse files
committed
💚 Fix readthedocs CI
1 parent 1d28993 commit 261b78a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.readthedocs.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ build:
66
os: ubuntu-22.04
77
tools:
88
python: "3"
9-
apt_packages:
10-
- lua-ldoc
11-
- lua-discount
129
commands:
10+
- sudo apt-get -y update
11+
- sudo apt-get -y install lua-ldoc lua-discount
1312
- ldoc .
1413
- mv doc $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)