We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cc0a0 commit 0c24b1fCopy full SHA for 0c24b1f
.readthedocs.yaml
@@ -8,6 +8,6 @@ build:
8
python: "3"
9
commands:
10
- pip install hererocks
11
- - hererocks lua51 -l5.1 -rlatest
+ - hererocks ~/lua -l5.1 -rlatest
12
- scripts/ldoc.sh
13
- mv doc $READTHEDOCS_OUTPUT/html
config.ld
@@ -1,8 +1,5 @@
1
---ldoc config
2
-- luacheck: ignore 111
3
--- LuaFormatter off
4
-
5
--- LuaFormatter on
6
---@diagnostic disable: lowercase-global
7
project = "prompt-style"
readme = "README.md"
scripts/ldoc.sh
@@ -2,6 +2,6 @@
set -e
cd "$(dirname "$(dirname "$(readlink -f "$0")")")"
-. ./lua51/bin/activate &&
+. ~/lua/bin/activate &&
luarocks install ldoc &&
ldoc .
0 commit comments