Skip to content

Commit 0c24b1f

Browse files
committed
💚 Fix ldoc
1 parent 64cc0a0 commit 0c24b1f

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ build:
88
python: "3"
99
commands:
1010
- pip install hererocks
11-
- hererocks lua51 -l5.1 -rlatest
11+
- hererocks ~/lua -l5.1 -rlatest
1212
- scripts/ldoc.sh
1313
- mv doc $READTHEDOCS_OUTPUT/html

config.ld

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---ldoc config
22
-- luacheck: ignore 111
3-
-- LuaFormatter off
4-
5-
-- LuaFormatter on
63
---@diagnostic disable: lowercase-global
74
project = "prompt-style"
85
readme = "README.md"

scripts/ldoc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
set -e
33
cd "$(dirname "$(dirname "$(readlink -f "$0")")")"
44

5-
. ./lua51/bin/activate &&
5+
. ~/lua/bin/activate &&
66
luarocks install ldoc &&
77
ldoc .

0 commit comments

Comments
 (0)